Skip to content

Commit 56039b5

Browse files
committed
Remove unnecessary build dependencies.
(cherry picked from commit 6d1f180)
1 parent b0c4ad9 commit 56039b5

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

mx.graalpython/suite.py

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -868,11 +868,6 @@
868868
"os_arch": {
869869
"windows": {
870870
"<others>": {
871-
"buildDependencies": [
872-
"com.oracle.graal.python.cext",
873-
"com.oracle.graal.python.jni",
874-
"com.oracle.graal.python.hpy.llvm"
875-
],
876871
"layout": {
877872
"<os>/<arch>/": [
878873
"dependency:com.oracle.graal.python.jni/*",
@@ -884,15 +879,6 @@
884879
},
885880
"<others>": {
886881
"<others>": {
887-
"buildDependencies": [
888-
"com.oracle.graal.python.cext",
889-
"com.oracle.graal.python.jni",
890-
"python-libzsupport",
891-
"python-libposix",
892-
"python-libbz2",
893-
"python-liblzma",
894-
"com.oracle.graal.python.hpy.llvm"
895-
],
896882
"layout": {
897883
"<os>/<arch>/": [
898884
"dependency:com.oracle.graal.python.jni/*",
@@ -1154,11 +1140,6 @@
11541140
"fileListEntry": "META-INF/resources/include.files",
11551141
"type": "dir",
11561142
"description": "GraalVM Python header resources",
1157-
"buildDependencies": [
1158-
"GRAALPYTHON_NATIVE_LIBS",
1159-
"com.oracle.graal.python.cext",
1160-
"com.oracle.graal.python.hpy.llvm",
1161-
],
11621143
"layout": {
11631144
"./META-INF/resources/include/": [
11641145
"file:graalpython/com.oracle.graal.python.cext/include/*",
@@ -1178,11 +1159,6 @@
11781159
"fileListEntry": "META-INF/resources/<os>/<arch>/native.files",
11791160
"type": "dir",
11801161
"description": "GraalVM Python platform dependent resources",
1181-
"buildDependencies": [
1182-
"GRAALPYTHON_NATIVE_LIBS",
1183-
"com.oracle.graal.python.cext",
1184-
"com.oracle.graal.python.hpy.llvm"
1185-
],
11861162
"os_arch": {
11871163
"windows": {
11881164
"<others>": {
@@ -1237,13 +1213,6 @@
12371213
"darwin-aarch64",
12381214
"windows-amd64",
12391215
],
1240-
"buildDependencies": [
1241-
"GRAALPYTHON_LIBPYTHON_RESOURCES",
1242-
"GRAALPYTHON_LIBGRAALPY_RESOURCES",
1243-
"GRAALPYTHON_NI_RESOURCES",
1244-
"GRAALPYTHON_INCLUDE_RESOURCES",
1245-
"GRAALPYTHON_NATIVE_RESOURCES",
1246-
],
12471216
"os_arch": {
12481217
"windows": {
12491218
"<others>": {

0 commit comments

Comments
 (0)