aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-04-30 23:36:35 +0100
committerMike McQuaid2014-05-06 19:34:01 +0100
commit10e9874484f647b7675220b7ba33be1c5440eedd (patch)
tree05761d1d52165a96f0f45791e5b823767e613f4b /Library
parentab6cea36487f0bcf7ee3b70579f9a3bda9f8ca1a (diff)
downloadhomebrew-10e9874484f647b7675220b7ba33be1c5440eedd.tar.bz2
cookiecutter: don't depend on :python.
Use the system Python instead.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cookiecutter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cookiecutter.rb b/Library/Formula/cookiecutter.rb
index 17aa2520e..7b5506ae0 100644
--- a/Library/Formula/cookiecutter.rb
+++ b/Library/Formula/cookiecutter.rb
@@ -5,7 +5,7 @@ class Cookiecutter < Formula
url 'https://pypi.python.org/packages/source/c/cookiecutter/cookiecutter-0.7.0.tar.gz'
sha1 '2685e3288a348a04f5dd2e0f4462ad869e7fdc32'
- depends_on :python
+ depends_on :python if MacOS.version <= :snow_leopard
def install
ENV.prepend_create_path 'PYTHONPATH', libexec+'lib/python2.7/site-packages'