iso-codes: fix dependency order
This commit is contained in:
parent
800c39f031
commit
22870262b2
1 changed files with 1 additions and 1 deletions
|
@ -15,8 +15,8 @@ class IsoCodes < Formula
|
|||
end
|
||||
|
||||
depends_on "gettext" => :build
|
||||
depends_on "python"
|
||||
depends_on "pkg-config"
|
||||
depends_on "python"
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue