pytouhou: depend on python3 instead of :python3
This commit is contained in:
parent
c2745cb245
commit
bdfb3532e0
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue