mirror of
https://github.com/ansible/ansible.git
synced 2026-08-02 16:12:06 +02:00
Pin wheel to resolve build issues (#84943)
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
requires = ["setuptools >= 66.1.0, <= 72.1.0"] # lower bound to support controller Python versions, upper bound for latest version tested at release
|
||||
requires = ["setuptools >= 66.1.0, <= 72.1.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"
|
||||
|
||||
[project]
|
||||
|
||||
Reference in New Issue
Block a user