diff --git a/pypy3.7.spec b/pypy3.7.spec index 71f97b7..e7b257d 100644 --- a/pypy3.7.spec +++ b/pypy3.7.spec @@ -11,6 +11,7 @@ Summary: Python %{pyversion} implementation with a Just-In-Time compiler # Bundled pycparser is is BSD # Bundled pycparser.ply is BSD # Bundled bits from cryptography are ASL 2.0 or BSD +# Bundled hpy is MIT # LGPL and another free license we'd need to ask spot about are present in some # java jars that we're not building with atm (in fact, we're deleting them # before building). If we restore those we'll have to work out the new @@ -301,6 +302,9 @@ Provides: bundled(python3dist(ply)) = 3.9 # Find the version in lib_pypy/_cffi_ssl/cryptography/__about__.py Provides: bundled(python3dist(cryptography)) = 2.7 +# Find the version in lib_pypy/hpy.dist-info/METADATA +Provides: bundled(python3dist(hpy)) = 0.0.3 + %description libs Libraries required by the various PyPy implementations of Python %{pyversion}.