1config BR2_PACKAGE_PYTHON_DOCKER 2 bool "python-docker" 3 # docker-engine may be running on another host, so no other dependency 4 select BR2_PACKAGE_PYTHON3_SSL # runtime 5 select BR2_PACKAGE_PYTHON_PACKAGING # runtime 6 select BR2_PACKAGE_PYTHON_REQUESTS # runtime 7 select BR2_PACKAGE_PYTHON_URLLIB3 # 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