Skip to content

Commit e968391

Browse files
committed
ensure that we can load graalpy as a module
1 parent 5bbe559 commit e968391

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mx.graalpython/suite.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@
381381
"BOUNCYCASTLE-PKIX",
382382
],
383383
"requires": [
384+
"java.logging",
384385
"java.management",
385386
"jdk.management",
386387
"jdk.unsupported",
@@ -864,6 +865,10 @@
864865
"uses": [
865866
"com.oracle.graal.python.builtins.PythonBuiltins",
866867
],
868+
"requires": [
869+
"static com.oracle.truffle.tools.coverage",
870+
"static com.oracle.truffle.tools.profiler",
871+
],
867872
},
868873
"dependencies": [
869874
"com.oracle.graal.python",

0 commit comments

Comments
 (0)