kumquat-buildroot/package/python-botocore/Config.in
Raphaël Mélotte 1b2c5528bd package/python-botocore: add missing dependencies
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>
2021-10-26 21:34:27 +02:00

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