diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-27 14:34:27 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-27 14:34:27 +0300 |
commit | 24296a187653e35eea8e65547a030c785726b01e (patch) | |
tree | a5f0218579ff1b336a0b55de0a5d3299f7f3990d /contrib/python/boto3 | |
parent | a6c36037482b150ce53f0ac36ba1dc07f8987900 (diff) | |
download | ydb-24296a187653e35eea8e65547a030c785726b01e.tar.gz |
intermediate changes
ref:bbc923aac9ef025dc91140be0c7607c81622b526
Diffstat (limited to 'contrib/python/boto3')
-rw-r--r-- | contrib/python/boto3/py2/patches/02-fix-yamake.patch | 30 | ||||
-rw-r--r-- | contrib/python/boto3/py3/patches/02-fix-yamake.patch | 30 |
2 files changed, 0 insertions, 60 deletions
diff --git a/contrib/python/boto3/py2/patches/02-fix-yamake.patch b/contrib/python/boto3/py2/patches/02-fix-yamake.patch deleted file mode 100644 index f18bb7a452..0000000000 --- a/contrib/python/boto3/py2/patches/02-fix-yamake.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- contrib/python/boto3/py2/ya.make (index) -+++ contrib/python/boto3/py2/ya.make (working tree) -@@ -61,9 +61,9 @@ PY_SRCS( - PREFIX contrib/python/boto3/py2/ - .dist-info/METADATA - .dist-info/top_level.txt -- boto3/data/cloudformation/2010-05-15/resources-1.json -- boto3/data/cloudwatch/2010-08-01/resources-1.json -- boto3/data/dynamodb/2012-08-10/resources-1.json -+ #boto3/data/cloudformation/2010-05-15/resources-1.json -+ #boto3/data/cloudwatch/2010-08-01/resources-1.json -+ #boto3/data/dynamodb/2012-08-10/resources-1.json - boto3/data/ec2/2014-10-01/resources-1.json - boto3/data/ec2/2015-03-01/resources-1.json - boto3/data/ec2/2015-04-15/resources-1.json -@@ -71,11 +69,11 @@ RESOURCE_FILES( - boto3/data/ec2/2016-04-01/resources-1.json - boto3/data/ec2/2016-09-15/resources-1.json - boto3/data/ec2/2016-11-15/resources-1.json -- boto3/data/glacier/2012-06-01/resources-1.json -+ #boto3/data/glacier/2012-06-01/resources-1.json - boto3/data/iam/2010-05-08/resources-1.json -- boto3/data/opsworks/2013-02-18/resources-1.json -+ #boto3/data/opsworks/2013-02-18/resources-1.json - boto3/data/s3/2006-03-01/resources-1.json -- boto3/data/sns/2010-03-31/resources-1.json -+ #boto3/data/sns/2010-03-31/resources-1.json - boto3/data/sqs/2012-11-05/resources-1.json - boto3/examples/cloudfront.rst - boto3/examples/s3.rst diff --git a/contrib/python/boto3/py3/patches/02-fix-yamake.patch b/contrib/python/boto3/py3/patches/02-fix-yamake.patch deleted file mode 100644 index cc2cbf0672..0000000000 --- a/contrib/python/boto3/py3/patches/02-fix-yamake.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- contrib/python/boto3/py3/ya.make (index) -+++ contrib/python/boto3/py3/ya.make (working tree) -@@ -61,9 +61,9 @@ PY_SRCS( - PREFIX contrib/python/boto3/py3/ - .dist-info/METADATA - .dist-info/top_level.txt -- boto3/data/cloudformation/2010-05-15/resources-1.json -- boto3/data/cloudwatch/2010-08-01/resources-1.json -- boto3/data/dynamodb/2012-08-10/resources-1.json -+ #boto3/data/cloudformation/2010-05-15/resources-1.json -+ #boto3/data/cloudwatch/2010-08-01/resources-1.json -+ #boto3/data/dynamodb/2012-08-10/resources-1.json - boto3/data/ec2/2014-10-01/resources-1.json - boto3/data/ec2/2015-03-01/resources-1.json - boto3/data/ec2/2015-04-15/resources-1.json -@@ -71,11 +69,11 @@ RESOURCE_FILES( - boto3/data/ec2/2016-04-01/resources-1.json - boto3/data/ec2/2016-09-15/resources-1.json - boto3/data/ec2/2016-11-15/resources-1.json -- boto3/data/glacier/2012-06-01/resources-1.json -+ #boto3/data/glacier/2012-06-01/resources-1.json - boto3/data/iam/2010-05-08/resources-1.json -- boto3/data/opsworks/2013-02-18/resources-1.json -+ #boto3/data/opsworks/2013-02-18/resources-1.json - boto3/data/s3/2006-03-01/resources-1.json -- boto3/data/sns/2010-03-31/resources-1.json -+ #boto3/data/sns/2010-03-31/resources-1.json - boto3/data/sqs/2012-11-05/resources-1.json - boto3/examples/cloudfront.rst - boto3/examples/s3.rst |