mysql-utilities: depend on python@2
This commit is contained in:
parent
2c5193267c
commit
f7a8def9c1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class MysqlUtilities < Formula
|
|||
sha256 "7166858aeafbd28075334ede9d60569a282ccd0a87dcf353cb6b56a40ae987c0" => :yosemite
|
||||
end
|
||||
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2"
|
||||
|
||||
resource "mysql-connector-python" do
|
||||
url "https://github.com/mysql/mysql-connector-python/archive/2.2.2.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue