diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-18 18:22:20 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-18 18:22:20 +0300 |
commit | bea32d3c0718129fd55329b779618ceeb83455d8 (patch) | |
tree | 5ba65a6f910c381cc99a1b1e87222fde534d220a | |
parent | 42c25c40af27a7b5c0d51f2251c1a65045d61f90 (diff) | |
download | ydb-bea32d3c0718129fd55329b779618ceeb83455d8.tar.gz |
intermediate changes
ref:980c4073d2110cb649b811bec7dcd8084e8ff9a9
-rw-r--r-- | build/rules/autocheck.blacklist | 1 | ||||
-rw-r--r-- | build/rules/contrib_deps.policy | 2 | ||||
-rw-r--r-- | contrib/python/ipython/py2/patches/02-fix-ya.make.patch | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/build/rules/autocheck.blacklist b/build/rules/autocheck.blacklist index 1d048f21138..c40fb1734c4 100644 --- a/build/rules/autocheck.blacklist +++ b/build/rules/autocheck.blacklist @@ -1426,3 +1426,4 @@ samsara/samsara-search/samsara-search-extended noc/linux-commit-api nirvana/frontend billing/balance/configs +adv/pcode/mobileadssdk/sdk/unity/plugin diff --git a/build/rules/contrib_deps.policy b/build/rules/contrib_deps.policy index 24f399791e4..a85004d40ea 100644 --- a/build/rules/contrib_deps.policy +++ b/build/rules/contrib_deps.policy @@ -55,7 +55,7 @@ ALLOW contrib/python/gino -> library/python/pyscopg2 ALLOW contrib/python/psycopg2/py2/tests -> mail/devpack ALLOW contrib/python/psycopg2/py3/tests -> mail/devpack ALLOW contrib/python/asn1crypto -> library/python/symbols/crypto -ALLOW contrib/python/win_unicode_console -> library/python/symbols/win_unicode_console +ALLOW contrib/python/win-unicode-console -> library/python/symbols/win_unicode_console ALLOW contrib/python/pycryptodome -> library/python/symbols/registry ALLOW contrib/tests/python -> library/python/fs diff --git a/contrib/python/ipython/py2/patches/02-fix-ya.make.patch b/contrib/python/ipython/py2/patches/02-fix-ya.make.patch index 9d9f23a7920..24ef771a348 100644 --- a/contrib/python/ipython/py2/patches/02-fix-ya.make.patch +++ b/contrib/python/ipython/py2/patches/02-fix-ya.make.patch @@ -15,7 +15,7 @@ +IF (OS_WINDOWS) + PEERDIR( + contrib/python/colorama -+ contrib/python/win_unicode_console ++ contrib/python/win-unicode-console + ) +ELSE () + PEERDIR( |