diff options
| -rw-r--r-- | build/ymake.core.conf | 6 | ||||
| -rw-r--r-- | contrib/python/ya.make | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 99546d07391..081833998b8 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -4984,12 +4984,12 @@ macro JAR_EXCLUDE(Filters...) { ### ### Multimodule describing Sandbox task (Python code that can be executed by Sandbox system). ### -### When being a final target, this multimodule builds Sandbox binary task. It may PEERDIR other SANDBOX_TASKs as libraries. -### The final artifact is provided when SANDBOX_TASK is referred to by DEPENDS and BUNDLE macros. +### When being a final target, this multimodule builds Sandbox binary task. It may PEERDIR other SANDBOX_TASKs as libraries. +### The final artifact is provided when SANDBOX_TASK is referred to by DEPENDS and BUNDLE macros. ### As PEERDIR target, it works like regular PY2_LIBRARY with predefined dependencies on Sandbox SDK to allow code reuse among SANDBOX_TASKs. ### ### Currently Sandbox supports only Python 2.x, so both variants will be compatible only with Python 2.x modules -### and will select multimodule variants accordingly. +### and will select multimodule variants accordingly. ### ### Documentation: https://wiki.yandex-team.ru/sandbox/tasks/binary multimodule SANDBOX_TASK { diff --git a/contrib/python/ya.make b/contrib/python/ya.make index fcf6d7211d5..d01ced9f3aa 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -209,7 +209,7 @@ RECURSE( demjson Deprecated dictpath - diff-match-patch + diff-match-patch directio distro django @@ -257,7 +257,7 @@ RECURSE( django-guardian django-hosts django-http-proxy - django-import-export + django-import-export django-introspection django-jinja django-js-asset @@ -675,7 +675,7 @@ RECURSE( oauthlib objgraph observable - odfpy + odfpy Office365-REST-Python-Client olefile openapi-codec @@ -1048,7 +1048,7 @@ RECURSE( sympy sysv-ipc tableauserverclient - tablib + tablib tabulate tblib Telethon |
