mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-16 06:09:26 +00:00
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
|