diff options
author | heretic <heretic@yandex-team.ru> | 2022-02-10 16:45:46 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:46 +0300 |
commit | 81eddc8c0b55990194e112b02d127b87d54164a9 (patch) | |
tree | 9142afc54d335ea52910662635b898e79e192e49 /contrib/libs/python/Include | |
parent | 397cbe258b9e064f49c4ca575279f02f39fef76e (diff) | |
download | ydb-81eddc8c0b55990194e112b02d127b87d54164a9.tar.gz |
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/python/Include')
-rw-r--r-- | contrib/libs/python/Include/ya.make | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/contrib/libs/python/Include/ya.make b/contrib/libs/python/Include/ya.make index 1206cb0abe7..e65263e6a0b 100644 --- a/contrib/libs/python/Include/ya.make +++ b/contrib/libs/python/Include/ya.make @@ -1,14 +1,14 @@ PY23_LIBRARY() -WITHOUT_LICENSE_TEXTS() - +WITHOUT_LICENSE_TEXTS() + LICENSE(YandexOpen) -OWNER( - orivej - spreis - g:contrib -) +OWNER( + orivej + spreis + g:contrib +) NO_PYTHON_INCLUDES() @@ -16,14 +16,14 @@ ADDINCL(GLOBAL contrib/libs/python/Include) IF (PYTHON2) CFLAGS(GLOBAL -DUSE_PYTHON2) - PEERDIR( - contrib/tools/python/lib - ) + PEERDIR( + contrib/tools/python/lib + ) ELSE() CFLAGS(GLOBAL -DUSE_PYTHON3) - PEERDIR( - contrib/tools/python3/src - ) + PEERDIR( + contrib/tools/python3/src + ) ENDIF() END() |