1config BR2_PACKAGE_PYTHON_BOTOCORE 2 bool "python-botocore" 3 depends on BR2_PACKAGE_PYTHON3 4 select BR2_PACKAGE_PYTHON_DATEUTIL # runtime 5 select BR2_PACKAGE_PYTHON_JMESPATH # runtime 6 select BR2_PACKAGE_PYTHON_URLLIB3 # runtime 7 select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime 8 select BR2_PACKAGE_PYTHON3_SSL # runtime 9 help 10 Low-level, data-driven core of boto 3. 11 12 https://github.com/boto/botocore 13