Hi, Since nobody seem to care, I uploaded the fix to delay/2:
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@
Package: python3-docker
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: python3-distutils, ${misc:Depends}, ${python3:Depends}
Description: Python 3 wrapper to access docker.io's control socket
This package contains oodles of routines that aid in controlling
docker.io over it's socket control, the same way the docker.io
Cheers,
Thomas Goirand (zigo)

