We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6ae5b commit b8d6842Copy full SHA for b8d6842
mx.graalpython/suite.py
@@ -257,6 +257,14 @@
257
],
258
"license": ["PSF-License"],
259
},
260
+
261
+ "python-test-support-lib": {
262
+ "class": "ArchiveProject",
263
+ "outputDir": "graalpython/lib-python/3/test/support",
264
+ "prefix": "lib-python/3/test/support",
265
+ "ignorePatterns": [],
266
+ "license": ["PSF-License"],
267
+ },
268
269
270
"licenses": {
@@ -304,7 +312,7 @@
304
312
305
313
306
314
"GRAALPYTHON_PYTHON_LIB": {
307
- "dependencies": ["python-lib"],
315
+ "dependencies": ["python-lib", "python-test-support-lib"],
308
316
"description": "Python 3 lib files",
309
317
"maven": False,
310
318
0 commit comments