From 4ccb22802c6a7ba122dd95d01e569c613c313ddf Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 12 Jan 2022 20:37:08 +0100 Subject: gnu: python-websocket-client: Update to 1.2.3. * gnu/packages/python-web.scm (python-websocket-client): Update to 1.2.3. [arguments]: Override check phase. [native-inputs]: Add PYTHON-WEBSOCKETS and PYTHON-PYTEST. [propagated-inputs]: Remove. [properties]: Remove. (python2-websocket-client): Remove variable. (python-websocket-client-0.59): New variable. * gnu/packages/docker.scm (docker-compose)[inputs]: Change from PYTHON-WEBSOCKET-CLIENT to PYTHON-WEBSOCKET-CLIENT-0.59. --- gnu/packages/docker.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/docker.scm') diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm index dc3b8ec69f..3f52f4f8db 100644 --- a/gnu/packages/docker.scm +++ b/gnu/packages/docker.scm @@ -126,7 +126,7 @@ client.") python-requests python-six python-texttable - python-websocket-client)) + python-websocket-client-0.59)) (home-page "https://www.docker.com/") (synopsis "Multi-container orchestration for Docker") (description "Docker Compose is a tool for defining and running -- cgit v1.2.3