Skip to content

Commit 40ee441

Browse files
committed
Fix invalid distribution dep type
1 parent 2acc949 commit 40ee441

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mx.graalpython/suite.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -932,10 +932,8 @@
932932
"platformDependent": True,
933933
"fileListPurpose": 'native-image-resources',
934934
"description": "GraalVM Python support distribution for the GraalVM",
935-
"distDependencies": [
936-
"GRAALPYTHON_NATIVE_LIBS",
937-
],
938935
"dependencies": [
936+
"GRAALPYTHON_NATIVE_LIBS",
939937
"com.oracle.graal.python.cext",
940938
"com.oracle.graal.python.hpy.llvm"
941939
],

0 commit comments

Comments
 (0)