Bug#958577: Uploaded fix to delay/2

2020-05-08 Thread Felipe Sateler
Thank you. Feel free to upload directly to unstable.

Saludos,
Felipe Sateler

On Fri, May 8, 2020, 04:57 Thomas Goirand  wrote:

> 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)
>
>


Bug#958577: Uploaded fix to delay/2

2020-05-08 Thread Thomas Goirand
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)