Avoid building against Cython 3

f38
Alessandro Astone 2 years ago
parent bf2b0fd681
commit 76f870f08c

@ -2,7 +2,7 @@
Name: python-gbinder
Version: 1.1.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Python bindings for libgbinder
License: GPL-3.0-only
@ -15,6 +15,9 @@ BuildRequires: python3-Cython
BuildRequires: gcc
BuildRequires: pkgconfig(libgbinder) >= %{libgbinder_version}
# FIXME: Fails to build with Cython 3
BuildRequires: python3dist(cython) < 3~~
%global _description %{expand:
Cython extension module for libgbinder.
Provides IPC comunication over the /dev/binder protocol for python scripts.}
@ -44,6 +47,9 @@ sed -i "/^USE_CYTHON =/s/False/True/" setup.py
%files -n python3-gbinder -f %{pyproject_files}
%changelog
* Fri Jul 21 2023 Alessandro Astone <ales.astone@gmail.com> - 1.1.1-5
- Avoid building against Cython 3
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.1.1-4
- Rebuilt for Python 3.12

Loading…
Cancel
Save