Skip to content

Commit

Permalink
zookeeper: restore optional python bindings
Browse files Browse the repository at this point in the history
This reverts commit 2f58395673ee20aec8c1454a6a3ae323b38dee7a.
  • Loading branch information
jacknagel committed Sep 24, 2014
1 parent 2a2fc38 commit 8d26112
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/zookeeper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ def install
system "make install"
end

cd "src/contrib/zkpython" do
system "python", "src/python/setup.py", "build"
system "python", "src/python/setup.py", "install", "--prefix=#{prefix}"
end if build.with? "python"

cd "src/contrib/zkperl" do
system "perl", "Makefile.PL", "PREFIX=#{prefix}",
"--zookeeper-include=#{include}",
Expand Down

0 comments on commit 8d26112

Please sign in to comment.