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