c8d721b5ba
Low-level, data-driven core of boto 3. Signed-off-by: Raphaël Mélotte <raphael.melotte@essensium.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com> Tested-by: Jagan Teki <jagan@amarulasolutions.com> # roc-rk3399-pc Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
11 lines
327 B
Plaintext
11 lines
327 B
Plaintext
config BR2_PACKAGE_PYTHON_BOTOCORE
|
|
bool "python-botocore"
|
|
select BR2_PACKAGE_PYTHON_JMESPATH # runtime
|
|
select BR2_PACKAGE_PYTHON_DOCUTILS # runtime
|
|
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
|
select BR2_PACKAGE_PYTHON_URLLIB3 # runtime
|
|
help
|
|
Low-level, data-driven core of boto 3.
|
|
|
|
https://github.com/boto/botocore
|