rom-tools: rename python@2 build-time dependency

This commit is contained in:
ilovezfs 2018-03-01 23:30:20 -08:00
parent 1917c2d816
commit 40b2dfb494

View file

@ -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"