summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2018-10-03 14:54:49 -0300
committerFelipe Sateler <fsateler@debian.org>2018-10-03 14:54:49 -0300
commitf06b261ba0367f35ec4a482bf6e10d69c6fa8a21 (patch)
tree9a3659d4fdb9bfe76c206c00156ea7c9c720d342 /debian/control
parent4f732b8b406146a4e85514dbc157cdf493e7808b (diff)
Add dependency on python3-distutils
While part of stdlib, it is split in the Debian packaging.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
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