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