Codebase list docker-compose / b1f2abc2-435d-4b2d-9c78-8866af37817c/main
Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on python3, python3-cached-property, python3-dockerpty, python3-docopt, python3-mock, python3-requests, python3-setuptools, python3-texttable, python3-websocket and python3-yaml. * docker-compose: Drop versioned constraint on docker.io in Recommends. Changes-By: deb-scrub-obsolete Debian Janitor 2 years ago
1 changed file(s) with 11 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
77 Priority: optional
88 Build-Depends:
99 debhelper-compat (= 12),
10 python3 (>= 3.6),
10 python3,
1111 dh-python,
12 python3-cached-property (>= 1.2.0),
13 python3-setuptools (>= 0.6b3),
12 python3-cached-property,
13 python3-setuptools,
1414 python3-distro (>= 1.5.0),
1515 python3-docker (>= 4.3.1),
16 python3-dockerpty (>= 0.4.1),
17 python3-docopt (>= 0.6.1),
16 python3-dockerpty,
17 python3-docopt,
1818 python3-dotenv (>= 0.13.0),
19 python3-yaml (>= 3.10),
20 python3-requests (>= 2.20.0),
21 python3-texttable (>= 0.9.0),
22 python3-websocket (>= 0.32.0),
23 python3-mock (>= 1.0.1),
19 python3-yaml,
20 python3-requests,
21 python3-texttable,
22 python3-websocket,
23 python3-mock,
2424 python3-nose,
2525 python3-flake8,
2626 Standards-Version: 4.5.1
3333 Package: docker-compose
3434 Architecture: all
3535 Depends: ${misc:Depends}, ${python3:Depends}, python3-distutils
36 Recommends: docker.io (>= 1.9.0)
36 Recommends: docker.io
3737 Description: define and run multi-container Docker applications with YAML
3838 docker-compose is a service management software built on top of docker. Define
3939 your services and their relationships in a simple YAML file, and let compose