grc: depend on python3 instead of :python3
This commit is contained in:
parent
6d1341e8b9
commit
b9ef6e47f9
1 changed files with 2 additions and 1 deletions
|
@ -3,11 +3,12 @@ class Grc < Formula
|
|||
homepage "http://korpus.juls.savba.sk/~garabik/software/grc.html"
|
||||
url "https://github.com/garabik/grc/archive/v1.11.1.tar.gz"
|
||||
sha256 "9ae4bcc9186d6856e861d5b0e29b7b14db3f14e6b643e2df0076c104a94dbcba"
|
||||
revision 1
|
||||
head "https://github.com/garabik/grc.git"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on :python3
|
||||
depends_on "python3"
|
||||
|
||||
conflicts_with "cc65", :because => "both install `grc` binaries"
|
||||
|
||||
|
|
Loading…
Reference in a new issue