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 5bbe559 commit e968391Copy full SHA for e968391
mx.graalpython/suite.py
@@ -381,6 +381,7 @@
381
"BOUNCYCASTLE-PKIX",
382
],
383
"requires": [
384
+ "java.logging",
385
"java.management",
386
"jdk.management",
387
"jdk.unsupported",
@@ -864,6 +865,10 @@
864
865
"uses": [
866
"com.oracle.graal.python.builtins.PythonBuiltins",
867
868
+ "requires": [
869
+ "static com.oracle.truffle.tools.coverage",
870
+ "static com.oracle.truffle.tools.profiler",
871
+ ],
872
},
873
"dependencies": [
874
"com.oracle.graal.python",
0 commit comments