remarshal: depend on python@2
This commit is contained in:
parent
2e529a67fe
commit
432ef891aa
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Remarshal < Formula
|
|||
sha256 "d018b3c983e5256542d1864e6908057bc942b52db07c295cd89f6c8494855405" => :yosemite
|
||||
end
|
||||
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2"
|
||||
|
||||
resource "PyYAML" do
|
||||
url "https://files.pythonhosted.org/packages/4a/85/db5a2df477072b2902b0eb892feb37d88ac635d36245a72a6a69b23b383a/PyYAML-3.12.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue