python3.4-dnspython3: fix hostmakedeps.
This commit is contained in:
parent
5ebc0b1303
commit
c1f7e4aa7d
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue