cython: rename python@2 dependency
This commit is contained in:
parent
b61cb2e265
commit
31cb150cb6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Cython < Formula
|
|||
Users are advised to use `pip` to install cython
|
||||
EOS
|
||||
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
|
||||
def install
|
||||
ENV.prepend_create_path "PYTHONPATH", libexec/"lib/python2.7/site-packages"
|
||||
|
|
Loading…
Reference in a new issue