From 43366398d9382ae3cf3cfadaf3a6c514cc13f813 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 11 Feb 2019 21:46:25 -0200 Subject: [PATCH] python-PyICU: add missing pycompile_module --- srcpkgs/python-PyICU/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python-PyICU/template b/srcpkgs/python-PyICU/template index 49be996ca12..ded6a70b5b5 100644 --- a/srcpkgs/python-PyICU/template +++ b/srcpkgs/python-PyICU/template @@ -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