From 2f58395673ee20aec8c1454a6a3ae323b38dee7a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 4 Jan 2014 13:09:51 +0000 Subject: zookeeper: cleanup python usage. --- Library/Formula/zookeeper.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Library') 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}", -- cgit v1.2.3