diff options
| author | Mike McQuaid | 2014-05-01 21:07:18 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-05-06 19:34:02 +0100 |
| commit | 2f54cd39ee5535d2edc6aae369a57e5ede3d5262 (patch) | |
| tree | fe95600227540a6ff175fee6f18009b2dcc32ba0 /Library | |
| parent | 09839863abe53b2474478651ca28849a0a79feed (diff) | |
| download | homebrew-2f54cd39ee5535d2edc6aae369a57e5ede3d5262.tar.bz2 | |
mackup: don't depend on :python.
Use the system Python instead.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mackup.rb | 2 |
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 |
