From aa9e8b0acbe3544317051e272853f31a6ea0cd49ed2d36fffb18f22c68e9cb3e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 10 Mar 2020 08:04:47 +0000 Subject: [PATCH] - remove dependency on six, this is vendored in setuptools to break the buildcycle with six (bsc#1166139) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=191 --- python-setuptools.changes | 6 ++++++ python-setuptools.spec | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-setuptools.changes b/python-setuptools.changes index 12c2637..a5fd7e8 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 10 08:04:09 UTC 2020 - Dirk Mueller + +- remove dependency on six, this is vendored in setuptools to break + the buildcycle with six (bsc#1166139) + ------------------------------------------------------------------- Tue Feb 4 14:29:34 UTC 2020 - Ondřej Súkup diff --git a/python-setuptools.spec b/python-setuptools.spec index 84808a2..debdba0 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -42,7 +42,6 @@ BuildRequires: %{python_module appdirs} BuildRequires: %{python_module ordered-set} BuildRequires: %{python_module packaging} BuildRequires: %{python_module pyparsing >= 2.0.2} -BuildRequires: %{python_module six} BuildRequires: %{python_module xml} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -55,7 +54,6 @@ Requires: python-appdirs Requires: python-base Requires: python-ordered-set Requires: python-packaging -Requires: python-six Requires: python-xml Requires(post): update-alternatives Requires(postun): update-alternatives