mysql-utilities: add Python 2 comment
This commit is contained in:
parent
b6fbef64f9
commit
12dece071b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class MysqlUtilities < Formula
|
|||
sha256 "7166858aeafbd28075334ede9d60569a282ccd0a87dcf353cb6b56a40ae987c0" => :yosemite
|
||||
end
|
||||
|
||||
depends_on "python@2"
|
||||
depends_on "python@2" # does not support Python 3
|
||||
|
||||
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