mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
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'
|
# Template file for 'python3.4-dnspython3'
|
||||||
pkgname="python3.4-dnspython3"
|
pkgname="python3.4-dnspython3"
|
||||||
version=1.12.0
|
version=1.12.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="dnspython3-${version}"
|
wrksrc="dnspython3-${version}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="3.4"
|
python_versions="3.4"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
hostmakedepends="python-devel unzip"
|
hostmakedepends="python3.4-devel unzip"
|
||||||
depends="python3.4"
|
depends="python3.4"
|
||||||
pycompile_module="dns"
|
pycompile_module="dns"
|
||||||
short_desc="A DNS toolkit for Python 3"
|
short_desc="A DNS toolkit for Python 3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue