From 6b598a5f29119ac4e79439ff70f3f95dcd9127766b34fd6600d071e3c5d77833 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 21 Dec 2018 08:53:46 +0000 Subject: [PATCH] Accepting request 660359 from home:AndreasStieger:branches:devel:languages:python - add missing run-time dependency on python-pbr boo#1120127 OBS-URL: https://build.opensuse.org/request/show/660359 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=8 --- python-jira.changes | 5 +++++ python-jira.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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