diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-16 17:27:40 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-16 17:36:19 +0300 |
commit | 3723c67ac8cf9573afe704ddf8b24c688f2cf166 (patch) | |
tree | d2736420e4d8f7dec6b5e16b67f06ef194990fcc /contrib/python | |
parent | f23ace9b7c0c2e8578421e3e640e3d1cc0fe381b (diff) | |
download | ydb-3723c67ac8cf9573afe704ddf8b24c688f2cf166.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python')
-rw-r--r-- | contrib/python/PyYAML/ya.make | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/python/PyYAML/ya.make b/contrib/python/PyYAML/ya.make index 5d0f563c74..28498e997a 100644 --- a/contrib/python/PyYAML/ya.make +++ b/contrib/python/PyYAML/ya.make @@ -1,6 +1,8 @@ PY23_LIBRARY() -LICENSE(MIT) +LICENSE(Service-Py23-Proxy) + +VERSION(Service-proxy-version) IF (PYTHON2) PEERDIR( |