python-pydns: use pycompile_module.
This commit is contained in:
parent
f5316e9948
commit
3bb3c4076d
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue