mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
python-ipaddr: fix pycompile_module
This commit is contained in:
parent
0d99c04b9f
commit
3aea2bac8a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="ipaddr-${version}"
|
wrksrc="ipaddr-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="ipaddr"
|
pycompile_module="ipaddr.py"
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
makedepends="python-devel"
|
makedepends="python-devel"
|
||||||
short_desc="Python IP address manipulation library"
|
short_desc="Python IP address manipulation library"
|
||||||
|
|
Loading…
Add table
Reference in a new issue