afflib: add Python 2 comment
This commit is contained in:
parent
e618e61a02
commit
c38759f63b
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ class Afflib < Formula
|
|||
depends_on "libtool" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "openssl"
|
||||
depends_on "python@2"
|
||||
# Python 3 error filed upstream: https://github.com/sshock/AFFLIBv3/issues/35
|
||||
depends_on "python@2" # does not support Python 3
|
||||
depends_on :osxfuse => :optional
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue