cassandra@2.1: depend on python@2
This commit is contained in:
parent
cf67b6d940
commit
a6a619dfd2
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class CassandraAT21 < Formula
|
||||||
|
|
||||||
keg_only :versioned_formula
|
keg_only :versioned_formula
|
||||||
|
|
||||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
depends_on "python@2"
|
||||||
|
|
||||||
# Only Yosemite has new enough setuptools for successful compile of the below deps.
|
# Only Yosemite has new enough setuptools for successful compile of the below deps.
|
||||||
resource "setuptools" do
|
resource "setuptools" do
|
||||||
|
|
Loading…
Reference in a new issue