Skip to content

Commit 0be6a19

Browse files
committed
[GR-47429] Add necessary exports for the Python launcher and avoid repackaging JLine
PullRequest: graalpython/2883
2 parents aff3629 + c58f507 commit 0be6a19

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

mx.graalpython/suite.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,31 +44,31 @@
4444
},
4545
{
4646
"name": "sdk",
47-
"version": "d33417d4ab0771ab36cf7a4dd9c8161fb83cd8c1",
47+
"version": "55300f5b6190f54229e3a63177935750e23fcdfb",
4848
"subdir": True,
4949
"urls": [
5050
{"url": "https://github.com/oracle/graal", "kind": "git"},
5151
]
5252
},
5353
{
5454
"name": "tools",
55-
"version": "d33417d4ab0771ab36cf7a4dd9c8161fb83cd8c1",
55+
"version": "55300f5b6190f54229e3a63177935750e23fcdfb",
5656
"subdir": True,
5757
"urls": [
5858
{"url": "https://github.com/oracle/graal", "kind": "git"},
5959
],
6060
},
6161
{
6262
"name": "sulong",
63-
"version": "d33417d4ab0771ab36cf7a4dd9c8161fb83cd8c1",
63+
"version": "55300f5b6190f54229e3a63177935750e23fcdfb",
6464
"subdir": True,
6565
"urls": [
6666
{"url": "https://github.com/oracle/graal", "kind": "git"},
6767
]
6868
},
6969
{
7070
"name": "regex",
71-
"version": "d33417d4ab0771ab36cf7a4dd9c8161fb83cd8c1",
71+
"version": "55300f5b6190f54229e3a63177935750e23fcdfb",
7272
"subdir": True,
7373
"urls": [
7474
{"url": "https://github.com/oracle/graal", "kind": "git"},
@@ -779,6 +779,7 @@
779779
"name" : "org.graalvm.py.launcher",
780780
"exports" : [
781781
"com.oracle.graal.python.shell to com.oracle.graal.python.enterprise.shell",
782+
"com.oracle.graal.python.shell to org.graalvm.launcher",
782783
],
783784
},
784785
"dependencies": [
@@ -787,8 +788,8 @@
787788
"distDependencies": [
788789
"sdk:GRAAL_SDK",
789790
"sdk:LAUNCHER_COMMON",
790-
"sdk:JLINE3",
791791
],
792+
"exclude": ["sdk:JLINE3"],
792793
"description": "GraalPython launcher",
793794
},
794795

0 commit comments

Comments
 (0)