Skip to content

Commit fc6f49a

Browse files
committed
remove the graalpy launcher as a GRAALPYTHON dependency
1 parent 04d4bcc commit fc6f49a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_pickle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved.
22
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
33
#
44
# The Universal Permissive License (UPL), Version 1.0

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def do_run_python(args, extra_vm_args=None, env=None, jdk=None, extra_dists=None
245245
dists = [dep for dep in x.deps if dep.isJavaProject() or dep.isJARDistribution()]
246246
else:
247247
dists = ['GRAALPYTHON']
248-
dists += ['TRUFFLE_NFI', 'SULONG_NATIVE']
248+
dists += ['TRUFFLE_NFI', 'SULONG_NATIVE', 'GRAALPYTHON-LAUNCHER']
249249

250250
vm_args, graalpython_args = mx.extract_VM_args(args, useDoubleDash=True, defaultAllVMArgs=False)
251251
if minimal:

mx.graalpython/suite.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@
862862
"com.oracle.graal.python.runtime.exception to org.graalvm.py.enterprise",
863863
"com.oracle.graal.python.util to org.graalvm.py.enterprise",
864864
],
865-
"uses" : [
865+
"uses": [
866866
"com.oracle.graal.python.builtins.PythonBuiltins",
867867
],
868868
},
@@ -871,7 +871,6 @@
871871
"com.oracle.graal.python.frozen",
872872
],
873873
"distDependencies": [
874-
"GRAALPYTHON-LAUNCHER",
875874
"GRAALPYTHON_NATIVE_LIBS",
876875
"truffle:TRUFFLE_API",
877876
"tools:TRUFFLE_COVERAGE",

0 commit comments

Comments
 (0)