From abc1e716401c7e60021f0696c2fc354cb941b87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 14 May 2019 20:26:27 +0200 Subject: [PATCH] Remove pregenerated Cython C sources --- python-lxml.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python-lxml.spec b/python-lxml.spec index 934f3a7..84c5aab 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -53,6 +53,9 @@ Python 3 version. %prep %autosetup -n %{modname}-%{version} +# Remove pregenerated Cython C sources +find -name '*.c' | xargs rm + %build export WITH_CYTHON=true %py2_build