We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434ad85 commit 2acc949Copy full SHA for 2acc949
mx.graalpython/suite.py
@@ -786,21 +786,13 @@
786
"<others>": {
787
"dependencies": [
788
"com.oracle.graal.python.cext",
789
- "python-libzsupport",
790
- "python-libposix",
791
- "python-libbz2",
792
- "python-liblzma",
793
"com.oracle.graal.python.hpy.llvm"
794
],
795
"layout": {
796
"./": [
797
"file:graalpython/com.oracle.graal.python.jni/JNI-WINDOWS-README.md",
798
"dependency:com.oracle.graal.python.cext/bin/*",
799
- "dependency:python-libzsupport/*",
800
- "dependency:python-libposix/*",
801
"dependency:com.oracle.graal.python.hpy.llvm/bin/*",
802
- "dependency:python-libbz2/bin/*",
803
- "dependency:python-liblzma/bin/*"
804
]
805
},
806
0 commit comments