mirror of
https://github.com/openwrt/packages.git
synced 2025-12-15 07:01:21 +00:00
Need to also fix build for GCC 13 + musl.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit 8f176e30f3)
14 lines
277 B
Diff
14 lines
277 B
Diff
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -1,8 +1,8 @@
|
|
[build-system]
|
|
# Minimum requirements for the build system to execute.
|
|
requires = [
|
|
- "setuptools==59.2.0",
|
|
- "wheel==0.37.0",
|
|
+ "setuptools>=59.2.0",
|
|
+ "wheel>=0.37.0",
|
|
"Cython>=0.29.30,<3.0",
|
|
]
|
|
|