diff options
author | Nikita Slyusarev <nslus@yandex-team.com> | 2022-02-10 16:46:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:52 +0300 |
commit | cd77cecfc03a3eaf87816af28a33067c4f0cdb59 (patch) | |
tree | 1308e0bae862d52e0020d881fe758080437fe389 /contrib/python/PyYAML | |
parent | cdae02d225fb5b3afbb28990e79a7ac6c9125327 (diff) | |
download | ydb-cd77cecfc03a3eaf87816af28a33067c4f0cdb59.tar.gz |
Restoring authorship annotation for Nikita Slyusarev <nslus@yandex-team.com>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/PyYAML')
-rw-r--r-- | contrib/python/PyYAML/py2/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/PyYAML/py3/ya.make | 2 | ||||
-rw-r--r-- | contrib/python/PyYAML/ya.make | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/contrib/python/PyYAML/py2/ya.make b/contrib/python/PyYAML/py2/ya.make index 1ec5c0c301..372005867d 100644 --- a/contrib/python/PyYAML/py2/ya.make +++ b/contrib/python/PyYAML/py2/ya.make @@ -3,7 +3,7 @@ PY2_LIBRARY() LICENSE(MIT) VERSION(5.4.1) - + OWNER(g:python-contrib borman g:testenv) PEERDIR( diff --git a/contrib/python/PyYAML/py3/ya.make b/contrib/python/PyYAML/py3/ya.make index 0401c04651..ff032997c8 100644 --- a/contrib/python/PyYAML/py3/ya.make +++ b/contrib/python/PyYAML/py3/ya.make @@ -3,7 +3,7 @@ PY3_LIBRARY() LICENSE(MIT) VERSION(5.4.1) - + OWNER(g:python-contrib borman g:testenv) PEERDIR( diff --git a/contrib/python/PyYAML/ya.make b/contrib/python/PyYAML/ya.make index a604fce51f..80a68a1512 100644 --- a/contrib/python/PyYAML/ya.make +++ b/contrib/python/PyYAML/ya.make @@ -1,9 +1,9 @@ -PY23_LIBRARY() +PY23_LIBRARY() LICENSE(MIT) OWNER(g:python-contrib) - + IF (PYTHON2) PEERDIR( contrib/python/PyYAML/py2 |