git-cola: depend on python3 instead of :python3
This commit is contained in:
parent
da851dc262
commit
cf5c4e22fb
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ class GitCola < Formula
|
||||||
homepage "https://git-cola.github.io/"
|
homepage "https://git-cola.github.io/"
|
||||||
url "https://github.com/git-cola/git-cola/archive/v3.0.tar.gz"
|
url "https://github.com/git-cola/git-cola/archive/v3.0.tar.gz"
|
||||||
sha256 "61958f998d4618e09ce0dd473411921818d13df838f32102ef5ded984a0d1a50"
|
sha256 "61958f998d4618e09ce0dd473411921818d13df838f32102ef5ded984a0d1a50"
|
||||||
|
revision 1
|
||||||
head "https://github.com/git-cola/git-cola.git"
|
head "https://github.com/git-cola/git-cola.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -15,7 +16,7 @@ class GitCola < Formula
|
||||||
option "with-docs", "Build manpages and HTML docs"
|
option "with-docs", "Build manpages and HTML docs"
|
||||||
|
|
||||||
depends_on "pyqt"
|
depends_on "pyqt"
|
||||||
depends_on :python3
|
depends_on "python3"
|
||||||
depends_on "sphinx-doc" => :build if build.with? "docs"
|
depends_on "sphinx-doc" => :build if build.with? "docs"
|
||||||
|
|
||||||
def install
|
def install
|
||||||
|
|
Loading…
Reference in a new issue