- 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:
parent
ed4a6bb277
commit
41195dffc1
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user