remarshal: depend on python@2

This commit is contained in:
ilovezfs 2018-04-07 01:37:05 -07:00
parent 2e529a67fe
commit 432ef891aa

View file

@ -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"