- Remove release requirement on libpython, it is not really needed

to be equal as the abi changes with versions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal 2020-07-10 10:09:11 +00:00 committed by Git OBS Bridge
parent ecb58de0d6
commit 8aaa5524f2
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 10 10:08:48 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Remove release requirement on libpython, it is not really needed
to be equal as the abi changes with versions
-------------------------------------------------------------------
Fri Jul 10 10:07:50 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -290,7 +290,7 @@ Python, and Macintosh Module Reference in format for devhelp.
%package -n %{python_pkg_name}-base
Summary: Python 3 Interpreter and Stdlib Core
Requires: libpython%{so_version} = %{version}-%{release}
Requires: libpython%{so_version} = %{version}
Requires: python-rpm-macros
Recommends: %{python_pkg_name} = %{version}
#Recommends: python3-ensurepip