mirror of https://github.com/ansible/ansible.git
(cherry picked from commit 8b0c4825ae)
pull/85018/head
parent
f5bf430742
commit
116e94a682
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- build - Pin ``wheel`` in ``pyproject.toml`` to ensure compatibility with supported ``setuptools`` versions.
|
||||||
@ -1,3 +1,3 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools >= 45.2.0, <= 75.3.0"] # lower bound to support controller Python versions, upper bound for latest version tested at release
|
requires = ["setuptools >= 45.2.0, <= 75.3.0", "wheel == 0.45.1"] # lower bound to support controller Python versions, upper bound for latest version tested at release
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|||||||
Loading…
Reference in New Issue