1b2c5528bd
The newly-added test uncovered some missing core modules, so add them now. Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
13 lines
401 B
Plaintext
13 lines
401 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
|
|
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
|
|
select BR2_PACKAGE_PYTHON3_SSL # runtime
|
|
help
|
|
Low-level, data-driven core of boto 3.
|
|
|
|
https://github.com/boto/botocore
|