File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 771
771
"moduleInfo" : {
772
772
"name" : "org.graalvm.py.launcher" ,
773
773
"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" ,
776
775
],
777
776
},
778
777
"dependencies" : [
848
847
"GRAALPYTHON" : {
849
848
"moduleInfo" : {
850
849
"name" : "org.graalvm.py" ,
851
- "requiresConcealed" : {
852
- "org.graalvm.truffle" : [
853
- "com.oracle.truffle.api"
854
- ],
855
- },
856
850
"exports" : [
857
851
"com.oracle.graal.python.builtins to org.graalvm.py.enterprise" ,
858
852
"com.oracle.graal.python.builtins.objects.buffer to org.graalvm.py.enterprise" ,
868
862
"com.oracle.graal.python.runtime.exception to org.graalvm.py.enterprise" ,
869
863
"com.oracle.graal.python.util to org.graalvm.py.enterprise" ,
870
864
],
871
- "provides" : {
872
- "TruffleLanguageProvider" : [ "PythonLanguageProvider" ] ,
873
- } ,
865
+ "uses" : [
866
+ "com.oracle.graal.python.builtins.PythonBuiltins" ,
867
+ ] ,
874
868
},
875
869
"dependencies" : [
876
870
"com.oracle.graal.python" ,
You can’t perform that action at this time.
0 commit comments