From b19c3d962d83993e46f3c82771b2eb415dd6a06e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 14 Aug 2018 19:51:09 +0200 Subject: [PATCH] No more cython3, just one cython --- brltty.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/brltty.spec b/brltty.spec index 38893ad..cd67584 100644 --- a/brltty.spec +++ b/brltty.spec @@ -176,7 +176,6 @@ This package provides the Tcl binding for BrlAPI. Version: %{api_version} License: LGPLv2+ Requires: brlapi%{?_isa} = %{api_version}-%{release} -BuildRequires: Cython BuildRequires: python2-devel BuildRequires: python2-setuptools Summary: Python binding for BrlAPI @@ -300,7 +299,7 @@ PYTHONS="$PYTHONS python2" # ... and then do it again for the Python 3 module pushd python3 ./autogen -%configure $configure_opts PYTHON=%{__python3} CYTHON=%{_bindir}/cython3 +%configure $configure_opts PYTHON=%{__python3} make popd PYTHONS="$PYTHONS python3"