docker-compose: remove python3-websocket-client dependency

they don't use websocket-client since 2014, but they still list it in
dependencies: https://github.com/docker/compose/issues/8455
This commit is contained in:
Michal Vasilek 2021-07-30 12:36:05 +02:00
parent 4dd12979d4
commit 6747df239d

View file

@ -1,21 +1,21 @@
# Template file for 'docker-compose'
pkgname=docker-compose
version=1.27.4
revision=2
revision=3
wrksrc="compose-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-jsonschema python3-docker>=3.7.0
python3-dockerpty python3-websocket-client python3-requests python3-docopt
python3-yaml python3-six python3-texttable python3-cached-property
python3-paramiko>=2.4.2 python3-dotenv python3-distro"
python3-dockerpty python3-requests python3-docopt python3-yaml python3-six
python3-texttable python3-cached-property python3-paramiko>=2.4.2
python3-dotenv python3-distro"
short_desc="Tool to define and run multi-container Docker applications"
maintainer="pancake <pancake@nopcode.org>"
license="Apache-2.0"
homepage="https://docs.docker.com/compose/"
distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
checksum=1c0458f37e9de4bf2d79fe82c9ab0065c8a6132496c3c2f477599604e294a422
make_check=no # needs ddt which is not packaged
post_install() {
vinstall contrib/completion/bash/docker-compose 644 \