Skip to content

Commit a02c492

Browse files
committed
adjust dependencies for generating frozen modules
1 parent 38ec534 commit a02c492

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mx.graalpython/suite.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,17 @@
272272
],
273273
"platformDependent": False,
274274
"buildDependencies": [
275+
# a bit ugly, we need the same dist dependencies as the full GRAALPYTHON dist
275276
"com.oracle.graal.python",
276277
"GRAALPYTHON-LAUNCHER",
278+
"GRAALPYTHON_JNI",
279+
"truffle:TRUFFLE_API",
280+
"tools:TRUFFLE_COVERAGE",
281+
"tools:TRUFFLE_PROFILER",
282+
"regex:TREGEX",
283+
"sdk:GRAAL_SDK",
284+
"sulong:SULONG_API",
285+
"sulong:SULONG_NATIVE", # this is actually just a runtime dependency
277286
],
278287
},
279288

0 commit comments

Comments
 (0)