1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Forwarded: no, ugly Debian patch
Index: pythran/pyproject.toml
===================================================================
--- pythran.orig/pyproject.toml 2025-12-21 17:14:36.744130355 +0100
+++ pythran/pyproject.toml 2025-12-21 17:14:36.740237362 +0100
@@ -34,7 +34,7 @@
[build-system]
build-backend = "setuptools.build_meta"
-requires = ["setuptools>=62"]
+requires = []
[tool.setuptools]
packages = ['pythran', 'pythran.analyses', 'pythran.transformations',
Index: pythran/requirements.txt
===================================================================
--- pythran.orig/requirements.txt 2025-12-21 17:14:36.744130355 +0100
+++ pythran/requirements.txt 2025-12-21 17:14:36.740691080 +0100
@@ -1,5 +1,4 @@
ply>=3.4
-setuptools
gast~=0.6.0
numpy
beniget~=0.4.0
|