diff options
author | Nikita Slyusarev <nslus@yandex-team.com> | 2022-02-10 16:46:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:53 +0300 |
commit | 469afdc4e2587bf62ecdd096b75a0baa444c4012 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /contrib/python/PyYAML | |
parent | cd77cecfc03a3eaf87816af28a33067c4f0cdb59 (diff) | |
download | ydb-469afdc4e2587bf62ecdd096b75a0baa444c4012.tar.gz |
Restoring authorship annotation for Nikita Slyusarev <nslus@yandex-team.com>. Commit 2 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 372005867d..1ec5c0c301 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 ff032997c8..0401c04651 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 80a68a1512..a604fce51f 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 |