From b19c3d962d83993e46f3c82771b2eb415dd6a06e Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Aug 14 2018 17:51:09 +0000 Subject: No more cython3, just one cython --- 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"