From 30c65daf8b9668d1b4d09d339af9b90a624c3f71e96769ef7f98bf68f295d8c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 17 Jan 2019 19:12:34 +0000 Subject: [PATCH] Accepting request 666769 from home:dimstar:Factory Scripted push of project home:dimstar:Factory OBS-URL: https://build.opensuse.org/request/show/666769 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=164 --- python-setuptools.changes | 8 ++++++++ python-setuptools.spec | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/python-setuptools.changes b/python-setuptools.changes index 28e139f..aa422df 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 17 15:56:56 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. + ------------------------------------------------------------------- Thu Dec 13 09:26:50 UTC 2018 - Thomas Bechtold diff --git a/python-setuptools.spec b/python-setuptools.spec index fb83002..99a5b67 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -1,7 +1,7 @@ # # spec file for package python-setuptools # -# 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 @@ -35,6 +35,8 @@ BuildRequires: %{python_module xml} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip +#!BuildIgnore: python2-pyparsing +#!BuildIgnore: python3-pyparsing # needed for SLE Requires: python Requires: python-appdirs