diff options
author | anoh <anoh@yandex-team.ru> | 2022-02-10 16:48:27 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:27 +0300 |
commit | f49c77cb796fe12b4fb7dbdbdf472955017a87b1 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /contrib/python/botocore/ya.make | |
parent | 5ecbea34cc22f2d6d3c7f2b634131656807921d1 (diff) | |
download | ydb-f49c77cb796fe12b4fb7dbdbdf472955017a87b1.tar.gz |
Restoring authorship annotation for <anoh@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/botocore/ya.make')
-rw-r--r-- | contrib/python/botocore/ya.make | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/contrib/python/botocore/ya.make b/contrib/python/botocore/ya.make index 92027671ce..dc02d4a419 100644 --- a/contrib/python/botocore/ya.make +++ b/contrib/python/botocore/ya.make @@ -1,31 +1,31 @@ PY23_LIBRARY() - + OWNER(g:python-contrib) VERSION(1.20.112) - + LICENSE(Apache-2.0) - -PEERDIR( - contrib/python/dateutil - contrib/python/jmespath + +PEERDIR( + contrib/python/dateutil + contrib/python/jmespath contrib/python/six contrib/python/urllib3 library/python/resource -) - +) + NO_LINT() NO_CHECK_IMPORTS( botocore.crt.auth ) -PY_SRCS( - TOP_LEVEL +PY_SRCS( + TOP_LEVEL botocore/__init__.py botocore/args.py botocore/auth.py - botocore/awsrequest.py + botocore/awsrequest.py botocore/client.py botocore/compat.py botocore/config.py @@ -43,12 +43,12 @@ PY_SRCS( botocore/docs/client.py botocore/docs/docstring.py botocore/docs/example.py - botocore/docs/method.py + botocore/docs/method.py botocore/docs/paginator.py - botocore/docs/params.py + botocore/docs/params.py botocore/docs/service.py - botocore/docs/shape.py - botocore/docs/sharedexample.py + botocore/docs/shape.py + botocore/docs/sharedexample.py botocore/docs/utils.py botocore/docs/waiter.py botocore/endpoint.py @@ -89,8 +89,8 @@ PY_SRCS( botocore/vendored/requests/packages/urllib3/__init__.py botocore/vendored/requests/packages/urllib3/exceptions.py botocore/waiter.py -) - +) + RESOURCE_FILES( PREFIX contrib/python/botocore/ .dist-info/METADATA @@ -916,7 +916,7 @@ RESOURCE_FILES( #botocore/data/xray/2016-04-12/service-2.json ) -END() +END() RECURSE_FOR_TESTS( tests |