Accepting request 1067030 from devel:languages:python:Factory
- Add provides for readline and sqlite3 to the main Python package. OBS-URL: https://build.opensuse.org/request/show/1067030 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python39?expand=0&rev=41
This commit is contained in:
commit
c65f198c5f
@ -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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 27 15:00:21 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
Fri Jan 27 15:00:21 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
@ -210,11 +210,15 @@ BuildRequires: pkgconfig(ncurses)
|
|||||||
BuildRequires: pkgconfig(tk)
|
BuildRequires: pkgconfig(tk)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
Requires: %{python_pkg_name}-base = %{version}
|
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}-curses
|
||||||
Recommends: %{python_pkg_name}-dbm
|
Recommends: %{python_pkg_name}-dbm
|
||||||
Recommends: %{python_pkg_name}-pip
|
Recommends: %{python_pkg_name}-pip
|
||||||
%if %{primary_interpreter}
|
%if %{primary_interpreter}
|
||||||
Provides: python3 = %{python_version}
|
Provides: python3 = %{python_version}
|
||||||
|
Provides: python3-readline
|
||||||
|
Provides: python3-sqlite3
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user