From 55856f9908cb362c123392338e9a641c19bb3e25 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 24 Sep 2014 00:35:48 -0500 Subject: zookeeper: restore optional python bindings This reverts commit 2f58395673ee20aec8c1454a6a3ae323b38dee7a. --- Library/Formula/zookeeper.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/zookeeper.rb b/Library/Formula/zookeeper.rb index 26241675f..84ee67074 100644 --- a/Library/Formula/zookeeper.rb +++ b/Library/Formula/zookeeper.rb @@ -72,6 +72,11 @@ class Zookeeper < Formula 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}", -- cgit v1.2.3