python-ipaddr: fix pycompile_module

This commit is contained in:
Alessio Sergi 2016-10-17 03:36:31 +02:00
parent 0d99c04b9f
commit 3aea2bac8a

View file

@ -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"