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
Add a link
Reference in a new issue