afflib: depend on python3 instead of python2
Closes #43568. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
c5f3a8ccc5
commit
96a0640e19
1 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,7 @@ class Afflib < Formula
|
|||
homepage "https://github.com/sshock/AFFLIBv3"
|
||||
url "https://github.com/sshock/AFFLIBv3/archive/v3.7.18.tar.gz"
|
||||
sha256 "5481cd5d8dbacd39d0c531a68ae8afcca3160c808770d66dcbf5e9b5be3e8199"
|
||||
revision 1
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -16,8 +17,7 @@ class Afflib < Formula
|
|||
depends_on "libtool" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "openssl"
|
||||
# Python 3 error filed upstream: https://github.com/sshock/AFFLIBv3/issues/35
|
||||
depends_on "python@2" # does not support Python 3
|
||||
depends_on "python"
|
||||
|
||||
def install
|
||||
args = %w[
|
||||
|
|
Loading…
Reference in a new issue