summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2023-02-16 18:13:09 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2023-02-16 18:13:09 +0100
commit8b42bbcc8a1b21c410059238193c4321aa34a225 (patch)
treef84e8844f4204486c81566bc7535d2365fc67725 /debian
parentb95a827029c2b7716c7306b1b42e47b8af55044c (diff)
Provide python3-compose
In future we may want to switch docker-compose package to provide the Go implementation of docker-compose; however, other packages like Ansible may still want to use the Python one without necessarily installing the docker-compose binary — let’s prepare for that.
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index e6e97e3b..31409851 100644
--- a/debian/control
+++ b/debian/control
@@ -31,6 +31,7 @@ Vcs-Browser: https://salsa.debian.org/docker-compose-team/docker-compose
Package: docker-compose
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-distutils
+Provides: python3-compose
Recommends: docker.io (>= 1.9.0)
Description: define and run multi-container Docker applications with YAML
docker-compose is a service management software built on top of docker. Define