Merge pull request #2469 from mid-kid/master
mcomix: Added python-setuptools to depends
This commit is contained in:
commit
f5a1a3e210
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'mcomix'
|
||||
pkgname=mcomix
|
||||
version=1.01
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
pycompile_module="${pkgname}"
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="pygtk python-Pillow xdg-utils"
|
||||
depends="python-setuptools pygtk python-Pillow xdg-utils"
|
||||
short_desc="GTK+ comic book viewer"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
|
Loading…
Reference in New Issue