From dbf0af88ea2a00a510a75ac98fadc74571cd2def Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 5 Oct 2017 09:37:13 +0200 Subject: [PATCH] make sure that Cython is used Signed-off-by: Igor Gnatenko --- python-lxml.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-lxml.spec b/python-lxml.spec index d9a9406..3830094 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -54,6 +54,7 @@ Python 3 version. %autosetup -n %{modname}-%{version} %build +export WITH_CYTHON=true %py2_build %py3_build