diff options
author | AlexSm <alex@ydb.tech> | 2024-01-18 11:28:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-18 11:28:56 +0100 |
commit | 9d0a3761b3201e0d9db879a7adf91876ebdb0564 (patch) | |
tree | 541d11ac878c18efd7ebca81e35112aa0fef995b /build/platform/python | |
parent | 404ef8886ecc9736bc58ade6da2fbd83b486a408 (diff) | |
download | ydb-9d0a3761b3201e0d9db879a7adf91876ebdb0564.tar.gz |
Library import 8 (#1074)
* Library import 8
* Add contrib/libs/cxxsupp/libcxx/include/__verbose_abort
Diffstat (limited to 'build/platform/python')
-rw-r--r-- | build/platform/python/ymake_python3/resources.json | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/build/platform/python/ymake_python3/resources.json b/build/platform/python/ymake_python3/resources.json index 1030ad9419..6f8b0d45cc 100644 --- a/build/platform/python/ymake_python3/resources.json +++ b/build/platform/python/ymake_python3/resources.json @@ -1,22 +1,19 @@ { "by_platform": { - "darwin-arm64": { - "uri": "sbr:3877389564" - }, - "darwin-x86_64": { - "uri": "sbr:3877389803" - }, - "linux-x86_64": { - "uri": "sbr:3877390008" + "darwin": { + "uri": "sbr:5631222854" }, - "linux-ppc64le": { - "uri": "sbr:3877389242" + "darwin-arm64": { + "uri": "sbr:5631220729" }, - "win32-x86_64": { - "uri": "sbr:3877388826" + "linux": { + "uri": "sbr:5631255103" }, "linux-aarch64": { - "uri": "sbr:3877389037" + "uri": "sbr:5631238759" + }, + "win32": { + "uri": "sbr:5631258091" } } } |