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