dxpy: rename python@2 dependency
This commit is contained in:
parent
9fba33a14a
commit
b213d85882
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Dxpy < Formula
|
||||||
sha256 "91a3634cb4366db887baf1e250bce3c978f9283a2a37593e676440a3a4791adf" => :mavericks
|
sha256 "91a3634cb4366db887baf1e250bce3c978f9283a2a37593e676440a3a4791adf" => :mavericks
|
||||||
end
|
end
|
||||||
|
|
||||||
depends_on "python" if MacOS.version <= :snow_leopard
|
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||||
|
|
||||||
resource "beautifulsoup4" do
|
resource "beautifulsoup4" do
|
||||||
url "https://files.pythonhosted.org/packages/26/79/ef9a8bcbec5abc4c618a80737b44b56f1cb393b40238574078c5002b97ce/beautifulsoup4-4.4.1.tar.gz"
|
url "https://files.pythonhosted.org/packages/26/79/ef9a8bcbec5abc4c618a80737b44b56f1cb393b40238574078c5002b97ce/beautifulsoup4-4.4.1.tar.gz"
|
||||||
|
|
Loading…
Reference in a new issue