From b671d39d5dae6c01853bc3e4e494681971ded4fe Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 4 Jan 2014 13:07:59 +0000 Subject: [PATCH] ldns: cleanup python usage. --- Formula/ldns.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Formula/ldns.rb b/Formula/ldns.rb index 87da1ea175..f9df29da42 100644 --- a/Formula/ldns.rb +++ b/Formula/ldns.rb @@ -26,10 +26,7 @@ class Ldns < Formula args << "--with-ssl=#{MacOS.sdk_path}/usr" end - if build.with? 'python' - args << "--with-pyldns" - ENV['PYTHON_SITE_PKG'] = python.site_packages - end + args << "--with-pyldns" if build.with? 'python' system "./configure", *args system "make"