aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-05-01 21:10:43 +0100
committerMike McQuaid2014-05-06 19:34:03 +0100
commit743fda986a52e966a3dc85b46bc354ffd58991fd (patch)
treecfb83d1e86b56d428bf11288edd9996004e70803
parent6bebb1151d4206e209bb0b34f6407869415febd9 (diff)
downloadhomebrew-743fda986a52e966a3dc85b46bc354ffd58991fd.tar.bz2
theharvester: don't depend on :python.
Use the system Python instead.
-rw-r--r--Library/Formula/theharvester.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/theharvester.rb b/Library/Formula/theharvester.rb
index 348675100..928fdb9b9 100644
--- a/Library/Formula/theharvester.rb
+++ b/Library/Formula/theharvester.rb
@@ -5,8 +5,6 @@ class Theharvester < Formula
url 'https://theharvester.googlecode.com/files/theHarvester-2.2a.tar.gz'
sha1 'e02661ed6dd8d9d48d476ccee99878e15f67842a'
- depends_on :python
-
def install
libexec.install Dir['*']
(libexec/'theHarvester.py').chmod 0755