forked from pool/python-wheel
- 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
This commit is contained in:
parent
681fad5879
commit
956c076391
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 28 12:55:30 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- 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 <jengelh@inai.de>
|
Mon Jan 24 18:08:08 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ License: MIT
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/pypa/wheel
|
URL: https://github.com/pypa/wheel
|
||||||
Source: https://github.com/pypa/wheel/archive/%{version}.tar.gz#/wheel-%{version}.tar.gz
|
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: fdupes
|
||||||
BuildRequires: python-rpm-macros >= 20210929
|
BuildRequires: python-rpm-macros >= 20210929
|
||||||
Requires: python-setuptools >= 40.9
|
Requires: python-setuptools >= 40.9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user