8298e285dd
* The package doesn't support python2 anymore. * Sort select alphabetically. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
11 lines
313 B
Plaintext
11 lines
313 B
Plaintext
config BR2_PACKAGE_PYTHON_BOTOCORE
|
|
bool "python-botocore"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
|
select BR2_PACKAGE_PYTHON_JMESPATH # runtime
|
|
select BR2_PACKAGE_PYTHON_URLLIB3 # runtime
|
|
help
|
|
Low-level, data-driven core of boto 3.
|
|
|
|
https://github.com/boto/botocore
|