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'
pkgname=python-pydns
version=2.3.6
revision=1
revision=2
wrksrc=${pkgname#*-}-${version}
noarch=yes
build_style=python-module
hostmakedepends="python-setuptools"
depends="python"
pycompile_module="DNS"
short_desc="Python DNS library"
maintainer="Duncaen <mail@duncano.de>"
license="CNRI"