- 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:
parent
ecb58de0d6
commit
8aaa5524f2
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user