joshua: rename python@2 build-time dependency
This commit is contained in:
parent
9e49b21473
commit
6b3e937b2f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Joshua < Formula
|
|||
depends_on "ant" => :build
|
||||
depends_on "boost" => :build
|
||||
depends_on "md5sha1sum" => :build
|
||||
depends_on "python" => :build if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" => :build if MacOS.version <= :snow_leopard
|
||||
|
||||
resource "es-en-phrase-pack" do
|
||||
url "https://cs.jhu.edu/~post/language-packs/language-pack-es-en-phrase-2015-03-06.tgz"
|
||||
|
|
Loading…
Reference in a new issue