Remove unnecessarily strict cffi requirements

We know that the cffi versions in Fedora are good enough for the version
of Python there.

This fixes the build on EPEL 9.
This commit is contained in:
Pete Walter 2024-02-08 12:49:22 +00:00
parent ad4ac9856b
commit 1f3ba93c23

View File

@ -27,10 +27,6 @@ the core of Git.
Summary: Python 3 bindings for libgit2
%{?python_provide:%python_provide python3-%{pkgname}}
BuildRequires: python3-pytest
# This version of cffi is patched for Python >= 3.12.
# Remove when cffi >= 1.16.0 is available on all releases with Python 3.12.
BuildRequires: python3-cffi >= 1.15.1-5
Requires: python3-cffi >= 1.15.1-5
%description -n python3-%{pkgname}
pygit2 is a set of Python bindings to the libgit2 library, which implements