python-pydns: use pycompile_module.

This commit is contained in:
Juan RP 2015-02-06 09:28:09 +01:00
parent f5316e9948
commit 3bb3c4076d

View file

@ -1,12 +1,13 @@
# Template file for 'python-pydns' # Template file for 'python-pydns'
pkgname=python-pydns pkgname=python-pydns
version=2.3.6 version=2.3.6
revision=1 revision=2
wrksrc=${pkgname#*-}-${version} wrksrc=${pkgname#*-}-${version}
noarch=yes noarch=yes
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools" hostmakedepends="python-setuptools"
depends="python" depends="python"
pycompile_module="DNS"
short_desc="Python DNS library" short_desc="Python DNS library"
maintainer="Duncaen <mail@duncano.de>" maintainer="Duncaen <mail@duncano.de>"
license="CNRI" license="CNRI"