mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
git-cola: fix dependencies
This commit is contained in:
parent
2933cd9090
commit
5996938006
1 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'git-cola'
|
# Template file for 'git-cola'
|
||||||
pkgname=git-cola
|
pkgname=git-cola
|
||||||
version=4.1.0
|
version=4.1.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
pycompile_dirs="usr/share/git-cola/lib"
|
|
||||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||||
depends="git python3-PyQt5 qt5-svg"
|
depends="git qt5-svg python3-PyQt5-webkit python3-QtPy"
|
||||||
short_desc="Highly caffeinated Git GUI"
|
short_desc="Highly caffeinated Git GUI"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
|
|
Loading…
Add table
Reference in a new issue