From 2163aded52e6850788fca274c9225af49cfcfd90ff532ffb990159013f989a38 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 21 Feb 2023 13:46:40 +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/python39?expand=0&rev=134 --- python39.changes | 6 ++++++ python39.spec | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/python39.changes b/python39.changes index 0107365..32d2729 100644 --- a/python39.changes +++ b/python39.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/python39.spec b/python39.spec index f4f5475..501460b 100644 --- a/python39.spec +++ b/python39.spec @@ -210,11 +210,15 @@ 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 %if %{primary_interpreter} Provides: python3 = %{python_version} +Provides: python3-readline +Provides: python3-sqlite3 %endif %endif