- fix build for older distributions

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=40
This commit is contained in:
Dirk Mueller 2023-02-01 00:06:06 +00:00 committed by Git OBS Bridge
parent b49620f62d
commit 8b688c8a64
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 1 00:05:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
- fix build for older distributions
-------------------------------------------------------------------
Mon Sep 19 09:51:32 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -43,7 +43,9 @@ BuildArch: noarch
BuildRequires: %{python_module SecretStorage = %{version}}
BuildRequires: %{python_module cryptography}
BuildRequires: %{python_module jeepney >= 0.6}
%if %{?suse_version} >= 1550
BuildRequires: dbus-1-daemon
%endif
BuildRequires: gnome-keyring
%endif
%python_subpackages