gajim: add python-nbxmpp dependecie (close #690)

This commit is contained in:
Duncaen 2015-02-03 19:06:18 +01:00
parent 5d7a08a863
commit 0665203bc9

View File

@ -1,12 +1,12 @@
# Template file for 'gajim'
pkgname=gajim
version=0.16
revision=1
revision=2
noarch=yes
build_style=gnu-configure
configure_args="--enable-site-packages"
hostmakedepends="intltool python"
makedepends="python-dbus pygtk-devel python-openssl python-sqlite"
makedepends="python-dbus pygtk-devel python-openssl python-sqlite python-nbxmpp"
depends="${makedepends/-devel/}"
pycompile_module="gajim"
short_desc="Full featured Jabber/XMPP client"