1config BR2_PACKAGE_PYTHON_BOTO3
2	bool "python-boto3"
3	select BR2_PACKAGE_PYTHON_BOTOCORE # runtime
4	select BR2_PACKAGE_PYTHON_JMESPATH # runtime
5	select BR2_PACKAGE_PYTHON_S3TRANSFER # runtime
6	help
7	  The AWS SDK for Python.
8
9	  https://github.com/boto/boto3
10