Accepting request 773494 from home:favogt:branches:openSUSE:Tools

- Spec:
    * Recommend python3-keyring when using python3

OBS-URL: https://build.opensuse.org/request/show/773494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=320
This commit is contained in:
Marco Strigl 2020-02-13 11:02:34 +00:00 committed by Git OBS Bridge
parent 81f2197b3b
commit b52755b9bf
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 11 16:39:17 UTC 2020 - Fabian Vogt <fvogt@suse.com>
- Spec:
* Recommend python3-keyring when using python3
-------------------------------------------------------------------
Tue Jan 7 10:54:25 UTC 2020 - Marco Strigl <marco.strigl@suse.com>

View File

@ -90,8 +90,12 @@ Conflicts: build < 20200106
%endif
# needed for storing credentials in kwallet/gnome-keyring
%if 0%{?suse_version} > 1000 || 0%{?mandriva_version} || 0%{?mdkversion}
%if %{with python3}
Recommends: python3-keyring
%else
Recommends: python-keyring
%endif
%endif
%if 0%{?rhel_version} && 0%{?rhel_version} < 600
BuildRequires: python-elementtree
Requires: python-elementtree