Skip to content

Commit ef58597

Browse files
committed
[GR-47429] Add necessary exports for the Python launcher and avoid repackaging JLine
1 parent 650d0c8 commit ef58597

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mx.graalpython/suite.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,7 @@
778778
"name" : "org.graalvm.py.launcher",
779779
"exports" : [
780780
"com.oracle.graal.python.shell to com.oracle.graal.python.enterprise.shell",
781+
"com.oracle.graal.python.shell to org.graalvm.launcher",
781782
],
782783
},
783784
"dependencies": [
@@ -786,8 +787,8 @@
786787
"distDependencies": [
787788
"sdk:GRAAL_SDK",
788789
"sdk:LAUNCHER_COMMON",
789-
"sdk:JLINE3",
790790
],
791+
"exclude": ["sdk:JLINE3"],
791792
"description": "GraalPython launcher",
792793
},
793794

0 commit comments

Comments
 (0)