Accepting request 821067 from home:gmbr3:testing

- Minor spec file fixes

OBS-URL: https://build.opensuse.org/request/show/821067
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal 2020-07-15 10:44:04 +00:00 committed by Git OBS Bridge
parent b7439f20fa
commit 689e6c93a6
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 15 10:05:28 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
- Minor spec file fixes
-------------------------------------------------------------------
Wed Jul 15 09:10:42 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -194,9 +194,9 @@ 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}
Provides: python = %{python_version}
%if %{primary_interpreter}
Provides: python3 = %{python-version}
Provides: python3 = %{python_version}
%endif
%endif