zookeeper: cleanup python usage.

master
Mike McQuaid 2014-01-04 13:09:51 +00:00
parent c1847336d8
commit 15de8bab9c
1 changed files with 0 additions and 8 deletions

View File

@ -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}",