python3.4-dnspython3: fix hostmakedeps.

This commit is contained in:
Christian Neukirchen 2015-08-01 19:24:53 +02:00
parent 5ebc0b1303
commit c1f7e4aa7d

View file

@ -1,13 +1,13 @@
# Template file for 'python3.4-dnspython3'
pkgname="python3.4-dnspython3"
version=1.12.0
revision=1
revision=2
wrksrc="dnspython3-${version}"
noarch=yes
build_style=python-module
python_versions="3.4"
pycompile_version="3.4"
hostmakedepends="python-devel unzip"
hostmakedepends="python3.4-devel unzip"
depends="python3.4"
pycompile_module="dns"
short_desc="A DNS toolkit for Python 3"