- Add provides for readline and sqlite3 to the main Python

package.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=48
This commit is contained in:
Matej Cepl 2023-02-21 13:49:09 +00:00 committed by Git OBS Bridge
parent dda35c5ff1
commit 24ba4964fa
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 21 11:34:49 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Add provides for readline and sqlite3 to the main Python
package.
-------------------------------------------------------------------
Thu Jan 26 13:28:24 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -212,12 +212,16 @@ BuildRequires: pkgconfig(ncurses)
BuildRequires: pkgconfig(tk)
BuildRequires: pkgconfig(x11)
Requires: %{python_pkg_name}-base = %{version}
Provides: %{python_pkg_name}-readline
Provides: %{python_pkg_name}-sqlite3
Recommends: %{python_pkg_name}-curses
Recommends: %{python_pkg_name}-dbm
Recommends: %{python_pkg_name}-pip
%obsolete_python_versioned
%if %{primary_interpreter}
Provides: python3 = %{python_version}
Provides: python3-readline
Provides: python3-sqlite3
%endif
%endif
%{?suse_build_hwcaps_libs}