File: no_pkg_resources.patch

package info (click to toggle)
pythran 0.17.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,716 kB
  • sloc: cpp: 65,021; python: 41,083; sh: 137; makefile: 87
file content (21 lines) | stat: -rw-r--r-- 411 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Forwarded: no, ugly Debian patch

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -35,7 +35,7 @@
 
 [build-system]
 build-backend = "setuptools.build_meta"
-requires = ["setuptools>=62"]
+requires = []
 
 [tool.setuptools]
 packages = ['pythran', 'pythran.analyses', 'pythran.transformations',
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,4 @@
 ply>=3.4
-setuptools
 gast~=0.6.0
 numpy
 beniget~=0.4.0