diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-30 15:30:10 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-30 17:37:48 +0300 |
commit | 29e274a4ea4120f32e989dd3566b51362df6f7de (patch) | |
tree | 7a909dd0275140add197444c9065e2c45e16c775 /contrib/python/PyYAML/py2 | |
parent | 9b34e4f5ca33d29cd33ff5c496601b956d09cd16 (diff) | |
download | ydb-29e274a4ea4120f32e989dd3566b51362df6f7de.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/PyYAML/py2')
-rw-r--r-- | contrib/python/PyYAML/py2/ya.make | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/contrib/python/PyYAML/py2/ya.make b/contrib/python/PyYAML/py2/ya.make index c3a6e3b175..e4217f6385 100644 --- a/contrib/python/PyYAML/py2/ya.make +++ b/contrib/python/PyYAML/py2/ya.make @@ -1,9 +1,11 @@ -PY2_LIBRARY() +# Generated by devtools/yamaker (pypi). -LICENSE(MIT) +PY2_LIBRARY() VERSION(5.4.1) +LICENSE(MIT) + PEERDIR( contrib/libs/yaml ) @@ -13,6 +15,10 @@ ADDINCL( FOR cython contrib/python/PyYAML/py2 ) +NO_COMPILER_WARNINGS() + +NO_LINT() + PY_SRCS( TOP_LEVEL _yaml/__init__.py @@ -38,13 +44,9 @@ PY_SRCS( ) RESOURCE_FILES( - PREFIX contrib/python/PyYAML/ + PREFIX contrib/python/PyYAML/py2/ .dist-info/METADATA .dist-info/top_level.txt ) -NO_LINT() - -NO_COMPILER_WARNINGS() - END() |