- Don't collect automatic Requires from python-base libraries in

%%_libdir.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=89
This commit is contained in:
Matej Cepl 2021-11-29 00:33:07 +00:00 committed by Git OBS Bridge
parent ed4a6bb277
commit 41195dffc1
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 29 00:17:07 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Don't collect automatic Requires from python-base libraries in
%%_libdir.
-------------------------------------------------------------------
Wed Nov 17 09:49:22 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -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