forked from pool/python-jira
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
This commit is contained in:
@@ -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 <tbechtold@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user