Skip to content

Commit 34157d1

Browse files
committed
Remove project 'site-packages'.
1 parent dfff858 commit 34157d1

File tree

2 files changed

+0
-54
lines changed

2 files changed

+0
-54
lines changed

graalpython/site-packages/Makefile

Lines changed: 0 additions & 31 deletions
This file was deleted.

mx.graalpython/suite.py

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@
122122
"source": [],
123123
},
124124

125-
"python.site-packages": {
126-
"type": "python",
127-
"path": 'graalpython/site-packages',
128-
"source": [],
129-
},
130-
131125
"perf.benchmarks": {
132126
"type": "python",
133127
"path": 'graalpython/benchmarks',
@@ -272,23 +266,6 @@
272266
],
273267
"license": ["PSF-License"],
274268
},
275-
276-
"site-packages": {
277-
"subDir": "graalpython",
278-
"native": True,
279-
"vpath": False,
280-
"output": ".",
281-
"license": ["MIT"],
282-
"defaultBuild": False,
283-
"buildEnv": {
284-
"SETUPTOOLS_ZIP": "<path:SETUPTOOLS>",
285-
},
286-
"buildDependencies": [
287-
"SETUPTOOLS",
288-
"GRAALPYTHON-LAUNCHER",
289-
"GRAALPYTHON",
290-
],
291-
},
292269
},
293270

294271
"licenses": {

0 commit comments

Comments
 (0)