pex: fix python3-pep517 build

This commit is contained in:
Andrew J. Hesford 2022-11-08 15:25:55 -05:00 committed by Andrew J. Hesford
parent faf8f07675
commit ea8a398079
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
The upper restriction on the flit_core version appears to be a stock
generational restriction rather than a specific requirement, and the package
seems to build as expected anyway. Drop the requirement restriction.
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["flit_core >=2,<3"]
+requires = ["flit_core"]
build-backend = "flit_core.buildapi"
[tool.flit.metadata]