rom-tools: rename python@2 build-time dependency
This commit is contained in:
parent
1917c2d816
commit
40b2dfb494
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class RomTools < Formula
|
|||
sha256 "51bce78eedc4f177f3a882bb796b3efec881ec55b36f9e323154f67f8306b895" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "python" => :build if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" => :build if MacOS.version <= :snow_leopard
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "sdl2"
|
||||
depends_on "flac"
|
||||
|
|
Loading…
Reference in a new issue