python-PyICU: add missing pycompile_module

This commit is contained in:
maxice8 2019-02-11 21:46:25 -02:00 committed by maxice8
parent 44ad2695d8
commit 43366398d9

View file

@ -1,9 +1,10 @@
# Template file for 'python-PyICU'
pkgname=python-PyICU
version=2.2
revision=2
revision=3
wrksrc="PyICU-${version}"
build_style=python-module
pycompile_module="icu PyICU.py"
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel icu-devel"
checkdepends="python3-pytest python3-six"
@ -25,6 +26,7 @@ post_install() {
python3-PyICU_package() {
short_desc="${short_desc/Python2/Python3}"
pycompile_module="icu PyICU.py"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE