bup: rename python@2 dependency
This commit is contained in:
parent
bec52f1ece
commit
f176136120
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Bup < Formula
|
|||
deprecated_option "with-tests" => "with-test"
|
||||
|
||||
depends_on "pandoc" => [:optional, :build]
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
|
||||
resource "backports_abc" do
|
||||
url "https://files.pythonhosted.org/packages/68/3c/1317a9113c377d1e33711ca8de1e80afbaf4a3c950dd0edfaf61f9bfe6d8/backports_abc-0.5.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue