diff --git a/python-traceback2.changes b/python-traceback2.changes index 79e3425..9022f04 100644 --- a/python-traceback2.changes +++ b/python-traceback2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 17 15:57:22 UTC 2019 - Dominique Leuenberger + +- BuildIgnore python[23]-pyparsing: python-packaging requires it + for some actions it could perform, but we don't make use of these + here. Ignoring this dependency allows us to break open a + BuildCycle. + ------------------------------------------------------------------- Tue Dec 4 12:55:24 UTC 2018 - Matej Cepl diff --git a/python-traceback2.spec b/python-traceback2.spec index 34e0a24..938acba 100644 --- a/python-traceback2.spec +++ b/python-traceback2.spec @@ -1,7 +1,7 @@ # # spec file for package python-traceback2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,15 +25,16 @@ Summary: Backports of the traceback module # 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 BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +#!BuildIgnore: python2-pyparsing +#!BuildIgnore: python3-pyparsing Requires: python-linecache2 Requires: python-pbr -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages