gajim: pyopenssl -> python-openssl.

This commit is contained in:
Juan RP 2014-06-18 16:12:52 +02:00
parent b4c90c78e6
commit ed2293e1d0

View File

@ -1,13 +1,13 @@
# Template file for 'gajim' # Template file for 'gajim'
pkgname=gajim pkgname=gajim
version=0.15.3 version=0.15.3
revision=2 revision=3
noarch=yes noarch=yes
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-site-packages" configure_args="--enable-site-packages"
hostmakedepends="intltool python" hostmakedepends="intltool python"
makedepends="dbus-python pygtk-devel pyopenssl pysqlite" makedepends="dbus-python pygtk-devel python-openssl pysqlite"
depends="python dbus-python pysqlite pyopenssl pygtk" depends="python dbus-python pysqlite python-openssl pygtk"
pycompile_module="gajim" pycompile_module="gajim"
short_desc="Full featured Jabber/XMPP client" short_desc="Full featured Jabber/XMPP client"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"