mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
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:
parent
4dd12979d4
commit
6747df239d
1 changed files with 5 additions and 5 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'docker-compose'
|
# Template file for 'docker-compose'
|
||||||
pkgname=docker-compose
|
pkgname=docker-compose
|
||||||
version=1.27.4
|
version=1.27.4
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="compose-${version}"
|
wrksrc="compose-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-jsonschema python3-docker>=3.7.0
|
depends="python3-setuptools python3-jsonschema python3-docker>=3.7.0
|
||||||
python3-dockerpty python3-websocket-client python3-requests python3-docopt
|
python3-dockerpty python3-requests python3-docopt python3-yaml python3-six
|
||||||
python3-yaml python3-six python3-texttable python3-cached-property
|
python3-texttable python3-cached-property python3-paramiko>=2.4.2
|
||||||
python3-paramiko>=2.4.2 python3-dotenv python3-distro"
|
python3-dotenv python3-distro"
|
||||||
short_desc="Tool to define and run multi-container Docker applications"
|
short_desc="Tool to define and run multi-container Docker applications"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://docs.docker.com/compose/"
|
homepage="https://docs.docker.com/compose/"
|
||||||
distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
|
distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
|
||||||
checksum=1c0458f37e9de4bf2d79fe82c9ab0065c8a6132496c3c2f477599604e294a422
|
checksum=1c0458f37e9de4bf2d79fe82c9ab0065c8a6132496c3c2f477599604e294a422
|
||||||
|
make_check=no # needs ddt which is not packaged
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall contrib/completion/bash/docker-compose 644 \
|
vinstall contrib/completion/bash/docker-compose 644 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue