- Add missing python-linecache2 Requires

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-traceback2?expand=0&rev=7
This commit is contained in:
Thomas Bechtold 2017-05-22 07:19:14 +00:00 committed by Git OBS Bridge
parent 637bd8e342
commit 1ba61a46fa
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 22 07:18:26 UTC 2017 - tbechtold@suse.com
- Add missing python-linecache2 Requires
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 1 20:44:21 UTC 2017 - aloisio@gmx.com Wed Mar 1 20:44:21 UTC 2017 - aloisio@gmx.com

View File

@ -21,10 +21,10 @@ Name: python-traceback2
Version: 1.4.0 Version: 1.4.0
Release: 0 Release: 0
Summary: Backports of the traceback module Summary: Backports of the traceback module
License: Python-2.0
Group: Development/Languages/Python
# This is a backport of code taken from the Python codebase, # This is a backport of code taken from the Python codebase,
# and such is under the same license as Python as a whole. # and such is under the same license as Python as a whole.
License: Python-2.0
Group: Development/Languages/Python
Url: https://github.com/bitprophet/traceback2 Url: https://github.com/bitprophet/traceback2
Source: https://pypi.io/packages/source/t/traceback2/traceback2-%{version}.tar.gz Source: https://pypi.io/packages/source/t/traceback2/traceback2-%{version}.tar.gz
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
@ -32,6 +32,7 @@ BuildRequires: %{python_module pbr}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-linecache2
Requires: python-pbr Requires: python-pbr
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch