Skip to content

Commit 6727bb1

Browse files
committed
[GR-64087] Turn truffle-enterprise into an optional dependency.
PullRequest: graalpython/3827
2 parents 3c0970c + 5029ebf commit 6727bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mx.graalpython/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@
11131113
],
11141114
},
11151115

1116-
"PYTHON_COMMUNITY": {
1116+
"PYTHON_POM": {
11171117
"type": "pom",
11181118
"runtimeDependencies": [
11191119
"GRAALPYTHON",
@@ -1123,7 +1123,7 @@
11231123
"description": "GraalPy, a high-performance embeddable Python 3 runtime for Java. This POM dependency includes GraalPy dependencies and Truffle Community Edition.",
11241124
"maven": {
11251125
"groupId": "org.graalvm.python",
1126-
"artifactId": "python-community",
1126+
"artifactId": "python",
11271127
"tag": ["default", "public"],
11281128
},
11291129
"license": [

0 commit comments

Comments
 (0)