15
0
forked from pool/python-jira

- Add missing Requires on keyring.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=14
This commit is contained in:
2022-01-31 03:57:11 +00:00
committed by Git OBS Bridge
parent 7f5379d0c8
commit 73527dd856
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 31 03:56:35 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing Requires on keyring.
-------------------------------------------------------------------
Fri Dec 10 19:12:15 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jira
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-defusedxml
Requires: python-keyring
Requires: python-oauthlib
Requires: python-pbr >= 3.0.0
Requires: python-requests >= 2.10.0