SHA256
1
0
forked from pool/python38

- Stop providing "python" symbol (bsc#1185588), which means

python2 currently.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=68
This commit is contained in:
Matej Cepl 2021-05-21 15:17:16 +00:00 committed by Git OBS Bridge
parent e509746279
commit c38e8596de
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 21 15:13:59 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Stop providing "python" symbol (bsc#1185588), which means
python2 currently.
-------------------------------------------------------------------
Wed May 5 15:29:30 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@ -1,5 +1,5 @@
#
# spec file for package python38-core
# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@ -196,7 +196,6 @@ Requires: %{python_pkg_name}-base = %{version}
Recommends: %{python_pkg_name}-curses
Recommends: %{python_pkg_name}-dbm
Recommends: %{python_pkg_name}-pip
Provides: python = %{python_version}
%if %{primary_interpreter}
Provides: python3 = %{python_version}
%endif