From b88ed8b5bd67bfb6d5aede10df35f0b1958517c16e9e80d3dedc12fe8a29fd4f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 21 Feb 2023 11:35:05 +0000 Subject: [PATCH] - Add provides for readline and sqlite3 to the main Python package. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=72 --- python310.changes | 6 ++++++ python310.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/python310.changes b/python310.changes index 6717a2c..d5b11ae 100644 --- a/python310.changes +++ b/python310.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 21 11:34:49 UTC 2023 - Matej Cepl + +- Add provides for readline and sqlite3 to the main Python + package. + ------------------------------------------------------------------- Fri Jan 27 15:00:21 UTC 2023 - Thorsten Kukuk diff --git a/python310.spec b/python310.spec index b84e095..fe73d21 100644 --- a/python310.spec +++ b/python310.spec @@ -216,6 +216,8 @@ 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