diff options
author | spreis <spreis@yandex-team.ru> | 2022-02-10 16:47:13 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:13 +0300 |
commit | b49848d6e361b76904f094b7d5e10d6edea75afe (patch) | |
tree | 9814fbd1c3effac9b8377c5d604b367b14e2db55 /contrib/tools/python3/src/Lib/ya.make | |
parent | bcd1126cbd5d445cd0665d295198aa39c6ab8cbe (diff) | |
download | ydb-b49848d6e361b76904f094b7d5e10d6edea75afe.tar.gz |
Restoring authorship annotation for <spreis@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/python3/src/Lib/ya.make')
-rw-r--r-- | contrib/tools/python3/src/Lib/ya.make | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tools/python3/src/Lib/ya.make b/contrib/tools/python3/src/Lib/ya.make index d00406885f..c767aad120 100644 --- a/contrib/tools/python3/src/Lib/ya.make +++ b/contrib/tools/python3/src/Lib/ya.make @@ -8,14 +8,14 @@ LICENSE(Python-2.0) NO_LINT() -NO_PYTHON_INCLUDES() - +NO_PYTHON_INCLUDES() + PEERDIR( certs contrib/tools/python3/lib/py ) -PY_SRCS( +PY_SRCS( TOP_LEVEL __future__.py _aix_support.py |