python-ipaddr: fix pycompile_module
This commit is contained in:
parent
0d99c04b9f
commit
3aea2bac8a
|
@ -5,7 +5,7 @@ revision=2
|
|||
noarch=yes
|
||||
wrksrc="ipaddr-${version}"
|
||||
build_style=python2-module
|
||||
pycompile_module="ipaddr"
|
||||
pycompile_module="ipaddr.py"
|
||||
hostmakedepends="python"
|
||||
makedepends="python-devel"
|
||||
short_desc="Python IP address manipulation library"
|
||||
|
|
Loading…
Reference in New Issue