|
868 | 868 | "os_arch": {
|
869 | 869 | "windows": {
|
870 | 870 | "<others>": {
|
871 |
| - "buildDependencies": [ |
872 |
| - "com.oracle.graal.python.cext", |
873 |
| - "com.oracle.graal.python.jni", |
874 |
| - "com.oracle.graal.python.hpy.llvm" |
875 |
| - ], |
876 | 871 | "layout": {
|
877 | 872 | "<os>/<arch>/": [
|
878 | 873 | "dependency:com.oracle.graal.python.jni/*",
|
|
884 | 879 | },
|
885 | 880 | "<others>": {
|
886 | 881 | "<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 |
| - ], |
896 | 882 | "layout": {
|
897 | 883 | "<os>/<arch>/": [
|
898 | 884 | "dependency:com.oracle.graal.python.jni/*",
|
|
1154 | 1140 | "fileListEntry": "META-INF/resources/include.files",
|
1155 | 1141 | "type": "dir",
|
1156 | 1142 | "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 |
| - ], |
1162 | 1143 | "layout": {
|
1163 | 1144 | "./META-INF/resources/include/": [
|
1164 | 1145 | "file:graalpython/com.oracle.graal.python.cext/include/*",
|
|
1178 | 1159 | "fileListEntry": "META-INF/resources/<os>/<arch>/native.files",
|
1179 | 1160 | "type": "dir",
|
1180 | 1161 | "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 |
| - ], |
1186 | 1162 | "os_arch": {
|
1187 | 1163 | "windows": {
|
1188 | 1164 | "<others>": {
|
|
1237 | 1213 | "darwin-aarch64",
|
1238 | 1214 | "windows-amd64",
|
1239 | 1215 | ],
|
1240 |
| - "buildDependencies": [ |
1241 |
| - "GRAALPYTHON_LIBPYTHON_RESOURCES", |
1242 |
| - "GRAALPYTHON_LIBGRAALPY_RESOURCES", |
1243 |
| - "GRAALPYTHON_NI_RESOURCES", |
1244 |
| - "GRAALPYTHON_INCLUDE_RESOURCES", |
1245 |
| - "GRAALPYTHON_NATIVE_RESOURCES", |
1246 |
| - ], |
1247 | 1216 | "os_arch": {
|
1248 | 1217 | "windows": {
|
1249 | 1218 | "<others>": {
|
|
0 commit comments