From de9caa67eabc21177c17667658d8a319f3d69754 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 7 Aug 2018 00:47:18 +0200 Subject: [PATCH] python-PyICU: no cython involved --- srcpkgs/python-PyICU/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python-PyICU/template b/srcpkgs/python-PyICU/template index 28227db6d2d..28bb0072a92 100644 --- a/srcpkgs/python-PyICU/template +++ b/srcpkgs/python-PyICU/template @@ -4,9 +4,8 @@ version=2.0.5 revision=1 wrksrc="PyICU-${version}" build_style=python-module -hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython" +hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel icu-devel" -depends="icu" short_desc="Python extension wrapping the ICU C++ API (Python2)" maintainer="Piotr Wójcik " license="MIT"