diff --git a/python39.changes b/python39.changes index c141a30..0e90632 100644 --- a/python39.changes +++ b/python39.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 29 00:17:07 UTC 2021 - Matej Cepl + +- Don't collect automatic Requires from python-base libraries in + %%_libdir. + ------------------------------------------------------------------- Wed Nov 17 09:49:22 UTC 2021 - Steve Kowalik diff --git a/python39.spec b/python39.spec index 2a098e5..64b9f87 100644 --- a/python39.spec +++ b/python39.spec @@ -315,6 +315,8 @@ Provides: python3-typing = %{version} Obsoletes: python3-typing < %{version} Provides: python3-xml = %{version} Obsoletes: python3-xml < %{version} +%else +%define __requires_exclude_from ^%{_libdir}/python%{python_version}/.*$ %endif %description -n %{python_pkg_name}-base