Codebase list docker-compose / 091922b
Remove constraints unnecessary since buster (oldstable) * Build-Depends: Drop versioned constraint on python3-cached-property (>= 1.2.0). * Build-Depends: Drop versioned constraint on python3-setuptools (>= 0.6b3). * Build-Depends: Drop versioned constraint on python3-dockerpty (>= 0.4.1). * Build-Depends: Drop versioned constraint on python3-docopt (>= 0.6.1). * Build-Depends: Drop versioned constraint on python3-yaml (>= 3.10). * Build-Depends: Drop versioned constraint on python3-requests (>= 2.20.0). * Build-Depends: Drop versioned constraint on python3-texttable (>= 0.9.0). * Build-Depends: Drop versioned constraint on python3-websocket (>= 0.32.0). * Build-Depends: Drop versioned constraint on python3-mock (>= 1.0.1). * docker-compose: Drop versioned constraint on docker.io (>= 1.9.0) in Recommends. Changes-By: deb-scrub-obsolete Debian Janitor 1 year, 3 months ago
1 changed file(s) with 10 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
88 debhelper-compat (= 13),
99 dh-sequence-python3,
1010 python3-all,
11 python3-cached-property (>= 1.2.0),
12 python3-setuptools (>= 0.6b3),
11 python3-cached-property,
12 python3-setuptools,
1313 python3-distro (>= 1.5.0),
1414 python3-docker (>= 5),
15 python3-dockerpty (>= 0.4.1),
16 python3-docopt (>= 0.6.1),
15 python3-dockerpty,
16 python3-docopt,
1717 python3-dotenv (>= 0.13.0),
18 python3-yaml (>= 3.10),
19 python3-requests (>= 2.20.0),
20 python3-texttable (>= 0.9.0),
21 python3-websocket (>= 0.32.0),
22 python3-mock (>= 1.0.1),
18 python3-yaml,
19 python3-requests,
20 python3-texttable,
21 python3-websocket,
22 python3-mock,
2323 python3-flake8,
2424 Standards-Version: 4.6.0
2525 Rules-Requires-Root: no
3131 Architecture: all
3232 Depends: ${misc:Depends}, ${python3:Depends}, python3-distutils
3333 Provides: python3-compose
34 Recommends: docker.io (>= 1.9.0)
34 Recommends: docker.io
3535 Description: define and run multi-container Docker applications with YAML
3636 docker-compose is a service management software built on top of docker. Define
3737 your services and their relationships in a simple YAML file, and let compose