2abce12948
The package doesn't support python2 anymore. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
11 lines
292 B
Plaintext
11 lines
292 B
Plaintext
config BR2_PACKAGE_PYTHON_BOTO3
|
|
bool "python-boto3"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_BOTOCORE # runtime
|
|
select BR2_PACKAGE_PYTHON_JMESPATH # runtime
|
|
select BR2_PACKAGE_PYTHON_S3TRANSFER # runtime
|
|
help
|
|
The AWS SDK for Python.
|
|
|
|
https://github.com/boto/boto3
|