1config BR2_PACKAGE_PYTHON_DOCKER 2 bool "python-docker" 3 depends on BR2_PACKAGE_PYTHON3 # python-requests -> python-idna 4 # docker-engine may be running on another host, so no other dependency 5 select BR2_PACKAGE_PYTHON3_SSL # runtime 6 select BR2_PACKAGE_PYTHON_REQUESTS # runtime 7 select BR2_PACKAGE_PYTHON_SIX # runtime 8 select BR2_PACKAGE_PYTHON_WEBSOCKET_CLIENT # runtime 9 help 10 A Python library for the Docker Engine API. 11 12 https://github.com/docker/docker-py 13