hachoir-metadata: depend on python instead of :python
This commit is contained in:
parent
ad40f20786
commit
8b0c9811ca
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class HachoirMetadata < Formula
|
|||
sha256 "73c9aaf96521afa7bac1942ea16a5af6c0baaba1537c399c22e493ea24ae7186" => :mavericks
|
||||
end
|
||||
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
|
||||
resource "hachoir-core" do
|
||||
url "https://cheeseshop.python.org/packages/source/h/hachoir-core/hachoir-core-1.3.3.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue