grc: depend on python3 instead of :python3

This commit is contained in:
ilovezfs 2018-01-11 07:09:38 -08:00
parent 6d1341e8b9
commit b9ef6e47f9

View file

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