cookiecutter: don't depend on :python.

Use the system Python instead.
master
Mike McQuaid 2014-04-30 23:36:35 +01:00
parent 489efaebdb
commit 44ee6c1be6
1 changed files with 1 additions and 1 deletions

View File

@ -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'