From f06b261ba0367f35ec4a482bf6e10d69c6fa8a21 Mon Sep 17 00:00:00 2001 From: Felipe Sateler Date: Wed, 3 Oct 2018 14:54:49 -0300 Subject: Add dependency on python3-distutils While part of stdlib, it is split in the Debian packaging. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 3b907109..279e71ab 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,7 @@ Vcs-Browser: https://salsa.debian.org/docker-compose-team/docker-compose Package: docker-compose Architecture: all -Depends: ${misc:Depends}, ${python3:Depends} +Depends: ${misc:Depends}, ${python3:Depends}, python3-distutils Recommends: docker.io (>= 1.9.0) Description: Punctual, lightweight development environments using Docker docker-compose is a service management software built on top of docker. Define -- cgit v1.2.3