git-cola: fix dependencies

This commit is contained in:
Đoàn Trần Công Danh 2023-02-25 07:18:14 +07:00
parent 2933cd9090
commit 5996938006

View file

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