diff --git a/python-jira.changes b/python-jira.changes index d2a503a..54bffce 100644 --- a/python-jira.changes +++ b/python-jira.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 20 18:38:38 UTC 2018 - astieger@suse.com + +- add missing run-time dependency on python-pbr boo#1120127 + ------------------------------------------------------------------- Thu Dec 6 15:47:15 UTC 2018 - Thomas Bechtold diff --git a/python-jira.spec b/python-jira.spec index ab71030..e3d4627 100644 --- a/python-jira.spec +++ b/python-jira.spec @@ -23,7 +23,7 @@ Release: 0 Summary: Python library for interacting with JIRA via REST APIs License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/pycontribs/jira +URL: https://github.com/pycontribs/jira Source: https://files.pythonhosted.org/packages/source/j/jira/jira-%{version}.tar.gz BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module pbr >= 3.0.0} @@ -33,13 +33,13 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-defusedxml Requires: python-oauthlib +Requires: python-pbr >= 3.0.0 Requires: python-requests >= 2.10.0 Requires: python-requests-oauthlib >= 0.6.1 Requires: python-requests-toolbelt Requires: python-setuptools >= 20.10.1 Requires: python-six >= 1.10.0 BuildArch: noarch - %python_subpackages %description