From 956c07639197a05e0ede0a53e0f3b2c929c5067cd1bad9871c0f32395f6ff9ed Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 28 Jan 2022 12:55:58 +0000 Subject: [PATCH] - When we limit setuptools in Requires, we should certainly do it in BuildRequires as well. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=56 --- python-wheel.changes | 6 ++++++ python-wheel.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-wheel.changes b/python-wheel.changes index 8e6a93b..2fe8cb1 100644 --- a/python-wheel.changes +++ b/python-wheel.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 28 12:55:30 UTC 2022 - Matej Cepl + +- When we limit setuptools in Requires, we should certainly do it + in BuildRequires as well. + ------------------------------------------------------------------- Mon Jan 24 18:08:08 UTC 2022 - Jan Engelhardt diff --git a/python-wheel.spec b/python-wheel.spec index bb3df2f..713e412 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -39,7 +39,7 @@ License: MIT Group: Development/Languages/Python URL: https://github.com/pypa/wheel Source: https://github.com/pypa/wheel/archive/%{version}.tar.gz#/wheel-%{version}.tar.gz -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools >= 40.9} BuildRequires: fdupes BuildRequires: python-rpm-macros >= 20210929 Requires: python-setuptools >= 40.9