From 73527dd856b3d8115169fd4d5753f59fafa558799cfdb2a89dac4f564ccce5a3 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 31 Jan 2022 03:57:11 +0000 Subject: [PATCH] - Add missing Requires on keyring. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=14 --- python-jira.changes | 5 +++++ python-jira.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-jira.changes b/python-jira.changes index 9795435..50605f0 100644 --- a/python-jira.changes +++ b/python-jira.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 31 03:56:35 UTC 2022 - Steve Kowalik + +- Add missing Requires on keyring. + ------------------------------------------------------------------- Fri Dec 10 19:12:15 UTC 2021 - Matej Cepl diff --git a/python-jira.spec b/python-jira.spec index 3284f5c..45cfc4e 100644 --- a/python-jira.spec +++ b/python-jira.spec @@ -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