mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-30 11:11:08 -09:00
docutils is not a dependency since version 1.18.0 anddd24dd1b2eSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit34764dcfac) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
281 B
Plaintext
10 lines
281 B
Plaintext
config BR2_PACKAGE_PYTHON_BOTOCORE
|
|
bool "python-botocore"
|
|
select BR2_PACKAGE_PYTHON_JMESPATH # 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
|