From ddfaf6f8242ba77ceccf44428008f34e07a6019f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 9 Feb 2022 12:21:52 +0100 Subject: [PATCH] Declare bundled cffi --- pypy3.9.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pypy3.9.spec b/pypy3.9.spec index 5829c32..5c7a095 100644 --- a/pypy3.9.spec +++ b/pypy3.9.spec @@ -11,6 +11,7 @@ Summary: Python %{pyversion} implementation with a Just-In-Time compiler # PyPy is MIT # Python standard library is Python # pypy/module/unicodedata is UCD +# Bundled cffi is is MIT # Bundled pycparser is is BSD # Bundled pycparser.ply is BSD # Bundled bits from cryptography are ASL 2.0 or BSD @@ -295,6 +296,9 @@ Provides: bundled(mpdecimal) = %{libmpdec_version} Provides: bundled(libmpdec) = %{libmpdec_version} } +# Find the version in lib_pypy/cffi.dist-info/METADATA +Provides: bundled(python3dist(cffi)) = 1.15.0 + # Find the version in lib_pypy/cffi/_pycparser/__init__.py Provides: bundled(python3dist(pycparser)) = 2.21 @@ -854,6 +858,7 @@ CheckPyPy pypy%{pyversion}-c %doc README.rst %license %{_libdir}/pypy%{pyversion}/LICENSE %license %{_libdir}/pypy%{pyversion}/_cffi_ssl/LICENSE +%license %{_libdir}/pypy%{pyversion}/cffi.dist-info/LICENSE %license %{_libdir}/pypy%{pyversion}/cffi/_pycparser/ply/LICENSE %license %{_libdir}/pypy%{pyversion}/hpy.dist-info/LICENSE %{_libdir}/pypy%{pyversion}/