aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-01-04 13:09:51 +0000
committerMike McQuaid2014-01-04 13:35:49 +0000
commit2f58395673ee20aec8c1454a6a3ae323b38dee7a (patch)
treed9ff0bdb47d1cc940b83c4fd5b6806c80f9f1fc7 /Library/Formula
parent2b56f0fc55a485103c2b2d7a505f128a3e7e9806 (diff)
downloadhomebrew-2f58395673ee20aec8c1454a6a3ae323b38dee7a.tar.bz2
zookeeper: cleanup python usage.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/zookeeper.rb8
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}",