From 2dc7434aecfb81b42b3e3771f2e7622955e4ad6b882b12c320895cf9a1bc55fa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Dec 2021 09:16:21 +0000 Subject: [PATCH] Accepting request 942234 from home:dimstar:Factory - Remove unzip BuildRequires: the tarball is proper gz compressed, no zip files to decompress here. OBS-URL: https://build.opensuse.org/request/show/942234 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=219 --- python-setuptools.changes | 6 ++++++ python-setuptools.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-setuptools.changes b/python-setuptools.changes index 9527179..c60d632 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 23 11:42:19 UTC 2021 - Dominique Leuenberger + +- Remove unzip BuildRequires: the tarball is proper gz compressed, + no zip files to decompress here. + ------------------------------------------------------------------- Thu Jul 22 01:33:08 UTC 2021 - Arun Persaud diff --git a/python-setuptools.spec b/python-setuptools.spec index 1b92873..6d6e362 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -54,7 +54,6 @@ BuildRequires: %{python_module pyparsing >= 2.2.1} BuildRequires: %{python_module xml} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: unzip Requires: python-appdirs >= 1.4.3 Requires: python-base >= 3.6 Requires: python-ordered-set >= 3.1.1