Skip to content

Commit 6f3f267

Browse files
committed
clean up module info, since mx derives some automatically
1 parent 2ff2d76 commit 6f3f267

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

mx.graalpython/suite.py

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -771,8 +771,7 @@
771771
"moduleInfo" : {
772772
"name" : "org.graalvm.py.launcher",
773773
"exports" : [
774-
# How does the enterprise launcher work without this (O.o)?
775-
# "com.oracle.graal.python.shell to com.oracle.graal.python.enterprise.shell"
774+
"com.oracle.graal.python.shell to com.oracle.graal.python.enterprise.shell",
776775
],
777776
},
778777
"dependencies": [
@@ -848,11 +847,6 @@
848847
"GRAALPYTHON": {
849848
"moduleInfo" : {
850849
"name" : "org.graalvm.py",
851-
"requiresConcealed" : {
852-
"org.graalvm.truffle" : [
853-
"com.oracle.truffle.api"
854-
],
855-
},
856850
"exports" : [
857851
"com.oracle.graal.python.builtins to org.graalvm.py.enterprise",
858852
"com.oracle.graal.python.builtins.objects.buffer to org.graalvm.py.enterprise",
@@ -868,9 +862,9 @@
868862
"com.oracle.graal.python.runtime.exception to org.graalvm.py.enterprise",
869863
"com.oracle.graal.python.util to org.graalvm.py.enterprise",
870864
],
871-
"provides": {
872-
"TruffleLanguageProvider": ["PythonLanguageProvider"],
873-
},
865+
"uses" : [
866+
"com.oracle.graal.python.builtins.PythonBuiltins",
867+
],
874868
},
875869
"dependencies": [
876870
"com.oracle.graal.python",

0 commit comments

Comments
 (0)