1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 13:48:43 +02:00

Use distro module to detect distro on all python versions

Also, add a related Recommends to to the spec file
This commit is contained in:
2023-01-20 13:24:50 +01:00
parent 987db92f3b
commit 6d01df35e6
2 changed files with 4 additions and 4 deletions

View File

@@ -65,6 +65,9 @@ Requires: %{use_python_pkg}-urllib3
# needed for showing download progressbars
Recommends: %{use_python_pkg}-progressbar
# needed for setting the default editor by distro
Recommends: %{use_python_pkg}-distro
# needed for storing credentials in kwallet/gnome-keyring
Recommends: %{use_python_pkg}-keyring
Recommends: %{use_python_pkg}-keyring-keyutils