mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
gajim: added dependency on pyasn1 for plugin installer
This commit is contained in:
parent
38600e70e0
commit
8bd10a7dec
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'gajim'
|
# Template file for 'gajim'
|
||||||
pkgname=gajim
|
pkgname=gajim
|
||||||
version=0.16.7
|
version=0.16.7
|
||||||
revision=2
|
revision=3
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-site-packages PYTHON=python2"
|
configure_args="--enable-site-packages PYTHON=python2"
|
||||||
hostmakedepends="intltool python"
|
hostmakedepends="intltool python"
|
||||||
makedepends="python-dbus pygtk-devel python-openssl python-sqlite python-nbxmpp"
|
makedepends="python-dbus pygtk-devel python-openssl python-sqlite python-nbxmpp python-pyasn1"
|
||||||
depends="${makedepends/-devel/}"
|
depends="${makedepends/-devel/}"
|
||||||
pycompile_module="gajim"
|
pycompile_module="gajim"
|
||||||
short_desc="Full featured Jabber/XMPP client"
|
short_desc="Full featured Jabber/XMPP client"
|
||||||
|
|
Loading…
Add table
Reference in a new issue