cassandra@2.2: depend on python instead of :python
This commit is contained in:
parent
3b0b73f23c
commit
1669a38dbb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class CassandraAT22 < Formula
|
|||
bottle :unneeded
|
||||
|
||||
depends_on "cython" => :build
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
|
||||
# Only >=Yosemite has new enough setuptools for successful compile of the below deps.
|
||||
resource "setuptools" do
|
||||
|
|
Loading…
Reference in a new issue