mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
pex: fix python3-pep517 build
This commit is contained in:
parent
faf8f07675
commit
ea8a398079
1 changed files with 13 additions and 0 deletions
13
srcpkgs/pex/patches/flit_version.patch
Normal file
13
srcpkgs/pex/patches/flit_version.patch
Normal 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]
|
Loading…
Add table
Reference in a new issue