From 1ba61a46fa042e27ec7bfae7d8a3d8098c6dc16d7d7032e56897ee93ea348b8c Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 22 May 2017 07:19:14 +0000 Subject: [PATCH] - Add missing python-linecache2 Requires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-traceback2?expand=0&rev=7 --- python-traceback2.changes | 5 +++++ python-traceback2.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-traceback2.changes b/python-traceback2.changes index f88e0b6..6a7ebcf 100644 --- a/python-traceback2.changes +++ b/python-traceback2.changes @@ -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 diff --git a/python-traceback2.spec b/python-traceback2.spec index 32be2a7..d5a327d 100644 --- a/python-traceback2.spec +++ b/python-traceback2.spec @@ -21,10 +21,10 @@ Name: python-traceback2 Version: 1.4.0 Release: 0 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, # 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 Source: https://pypi.io/packages/source/t/traceback2/traceback2-%{version}.tar.gz BuildRequires: %{python_module devel} @@ -32,6 +32,7 @@ BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-linecache2 Requires: python-pbr BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch