summaryrefslogtreecommitdiffstats
path: root/build/platform/python/ymake_python3
diff options
context:
space:
mode:
Diffstat (limited to 'build/platform/python/ymake_python3')
-rw-r--r--build/platform/python/ymake_python3/resources.json22
-rw-r--r--build/platform/python/ymake_python3/ya.make7
2 files changed, 29 insertions, 0 deletions
diff --git a/build/platform/python/ymake_python3/resources.json b/build/platform/python/ymake_python3/resources.json
new file mode 100644
index 00000000000..1030ad9419b
--- /dev/null
+++ b/build/platform/python/ymake_python3/resources.json
@@ -0,0 +1,22 @@
+{
+ "by_platform": {
+ "darwin-arm64": {
+ "uri": "sbr:3877389564"
+ },
+ "darwin-x86_64": {
+ "uri": "sbr:3877389803"
+ },
+ "linux-x86_64": {
+ "uri": "sbr:3877390008"
+ },
+ "linux-ppc64le": {
+ "uri": "sbr:3877389242"
+ },
+ "win32-x86_64": {
+ "uri": "sbr:3877388826"
+ },
+ "linux-aarch64": {
+ "uri": "sbr:3877389037"
+ }
+ }
+}
diff --git a/build/platform/python/ymake_python3/ya.make b/build/platform/python/ymake_python3/ya.make
new file mode 100644
index 00000000000..5067415444f
--- /dev/null
+++ b/build/platform/python/ymake_python3/ya.make
@@ -0,0 +1,7 @@
+RESOURCES_LIBRARY()
+
+NO_YMAKE_PYTHON3()
+SET(RESOURCES_LIBRARY_LINK $TOUCH_UNIT)
+DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(YMAKE_PYTHON3 resources.json)
+
+END()