Config.in 403 B

1234567891011
  1. config 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_REQUESTS # runtime
  6. select BR2_PACKAGE_PYTHON_SIX # runtime
  7. select BR2_PACKAGE_PYTHON_WEBSOCKET_CLIENT # runtime
  8. help
  9. A Python library for the Docker Engine API.
  10. https://github.com/docker/docker-py