pytouhou: depend on python3 instead of :python3

This commit is contained in:
ilovezfs 2018-01-11 07:54:18 -08:00
parent c2745cb245
commit bdfb3532e0

View file

@ -3,6 +3,7 @@ class Pytouhou < Formula
homepage "https://pytouhou.linkmauve.fr/"
url "https://hg.linkmauve.fr/touhou", :revision => "5270c34b4c00", :using => :hg
version "634"
revision 1
head "https://hg.linkmauve.fr/touhou", :using => :hg
bottle do
@ -15,7 +16,7 @@ class Pytouhou < Formula
option "with-demo", "Install demo version of Touhou 6"
depends_on :python3
depends_on "python3"
depends_on "pkg-config" => :build
depends_on "libepoxy"
depends_on "sdl2"