diff options
| author | Nikita Slyusarev <[email protected]> | 2022-02-10 16:46:53 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:53 +0300 |
| commit | 469afdc4e2587bf62ecdd096b75a0baa444c4012 (patch) | |
| tree | 49e222ea1c5804306084bb3ae065bb702625360f /contrib/python/PyYAML | |
| parent | cd77cecfc03a3eaf87816af28a33067c4f0cdb59 (diff) | |
Restoring authorship annotation for Nikita Slyusarev <[email protected]>. 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 372005867da..1ec5c0c3018 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 ff032997c8f..0401c046516 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 80a68a15128..a604fce51fd 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 |
