diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/zookeeper.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Library/Formula/zookeeper.rb b/Library/Formula/zookeeper.rb index 9bde8384c..916b4488a 100644 --- a/Library/Formula/zookeeper.rb +++ b/Library/Formula/zookeeper.rb @@ -73,14 +73,6 @@ class Zookeeper < Formula system "make install" end if build_c - # Install Python bindings - python do - cd "src/contrib/zkpython" do - system python, "src/python/setup.py", "build" - system python, "src/python/setup.py", "install", "--prefix=#{prefix}" - end - end - # Install Perl bindings cd "src/contrib/zkperl" do system "perl", "Makefile.PL", "PREFIX=#{prefix}", |
