whatmp3: depend on python3 instead of :python3
This commit is contained in:
parent
89153c2820
commit
7447915dff
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ class Whatmp3 < Formula
|
|||
homepage "https://github.com/RecursiveForest/whatmp3"
|
||||
url "https://github.com/RecursiveForest/whatmp3/archive/v3.8.tar.gz"
|
||||
sha256 "0d8ba70a1c72835663a3fde9ba8df0ff7007268ec0a2efac76c896dea4fcf489"
|
||||
revision 1
|
||||
head "https://github.com/RecursiveForest/whatmp3.git"
|
||||
|
||||
bottle do
|
||||
|
@ -13,7 +14,7 @@ class Whatmp3 < Formula
|
|||
sha256 "d50a1cb3c8406226f5b06750652ec7928243b9367723fe4def66332f412c719b" => :yosemite
|
||||
end
|
||||
|
||||
depends_on :python3
|
||||
depends_on "python3"
|
||||
depends_on "flac"
|
||||
depends_on "mktorrent" => :recommended
|
||||
depends_on "lame" => :recommended
|
||||
|
|
Loading…
Reference in a new issue