aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-05-01 21:07:18 +0100
committerMike McQuaid2014-05-06 19:34:02 +0100
commit2f54cd39ee5535d2edc6aae369a57e5ede3d5262 (patch)
treefe95600227540a6ff175fee6f18009b2dcc32ba0
parent09839863abe53b2474478651ca28849a0a79feed (diff)
downloadhomebrew-2f54cd39ee5535d2edc6aae369a57e5ede3d5262.tar.bz2
mackup: don't depend on :python.
Use the system Python instead.
-rw-r--r--Library/Formula/mackup.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/mackup.rb b/Library/Formula/mackup.rb
index 6ed94b011..5f3db6318 100644
--- a/Library/Formula/mackup.rb
+++ b/Library/Formula/mackup.rb
@@ -7,8 +7,6 @@ class Mackup < Formula
head 'https://github.com/lra/mackup.git'
- depends_on :python
-
def install
system 'python', 'setup.py', 'install', "--prefix=#{prefix}"
end