[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#37234] [PATCH 06/21] gnu: python-docker-py: Propagate runtime depen
From: |
Marius Bakke |
Subject: |
[bug#37234] [PATCH 06/21] gnu: python-docker-py: Propagate runtime dependency. |
Date: |
Fri, 30 Aug 2019 16:25:24 +0200 |
* gnu/packages/docker.scm (python-docker-py)[inputs]: Move
PYTHON-WEBSOCKET-CLIENT from here ...
[propagated-inputs]: ... to here.
---
gnu/packages/docker.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 94cfa2bdb7..bf83c96e7b 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -65,11 +65,11 @@
`(("python-requests" ,python-requests-2.20)
("python-ipaddress" ,python-ipaddress)
("python-six" ,python-six)
- ("python-urllib3" ,python-urllib3-1.24)
- ("python-websocket-client" ,python-websocket-client)))
+ ("python-urllib3" ,python-urllib3-1.24)))
(propagated-inputs
`(("python-docker-pycreds" ,python-docker-pycreds)
- ("python-paramiko" ,python-paramiko))) ; adds SSH support
+ ("python-paramiko" ,python-paramiko) ;adds SSH support
+ ("python-websocket-client" ,python-websocket-client))) ;imported by
api/client.py
(home-page "https://github.com/docker/docker-py/")
(synopsis "Python client for Docker")
(description "Docker-Py is a Python client for the Docker container
--
2.22.1
- [bug#37234] [PATCH 00/21] MLflow, Marius Bakke, 2019/08/30
- [bug#37234] [PATCH 01/21] gnu: Add python-gunicorn., Marius Bakke, 2019/08/30
- [bug#37234] [PATCH 02/21] gnu: Add python-databricks-cli., Marius Bakke, 2019/08/30
- [bug#37234] [PATCH 05/21] gnu: Add python-minio., Marius Bakke, 2019/08/30
- [bug#37234] [PATCH 08/21] gnu: Add python-boto3., Marius Bakke, 2019/08/30
- [bug#37234] [PATCH 14/21] gnu: Add python-jsondiff., Marius Bakke, 2019/08/30
- [bug#37234] [PATCH 06/21] gnu: python-docker-py: Propagate runtime dependency.,
Marius Bakke <=
- [bug#37234] [PATCH 09/21] gnu: python-botocore: Remove unused inputs., Marius Bakke, 2019/08/30
- [bug#37234] [PATCH 12/21] gnu: Add python-pytest-aiohttp., Marius Bakke, 2019/08/30
- [bug#37234] [PATCH 17/21] gnu: Add python-aws-sam-translator., Marius Bakke, 2019/08/30
- [bug#37234] [PATCH 07/21] gnu: python-botocore: Update to 1.12.209., Marius Bakke, 2019/08/30
- [bug#37234] [PATCH 10/21] gnu: Add python-sshpubkeys., Marius Bakke, 2019/08/30
- [bug#37234] [PATCH 18/21] gnu: Add python-cfn-lint., Marius Bakke, 2019/08/30
- [bug#37234] [PATCH 03/21] gnu: Add python-gorilla., Marius Bakke, 2019/08/30
- [bug#37234] [PATCH 13/21] gnu: Add python-aws-xray-sdk., Marius Bakke, 2019/08/30
- [bug#37234] [PATCH 16/21] gnu: Add python-boto., Marius Bakke, 2019/08/30
- [bug#37234] [PATCH 20/21] gnu: Add python-moto., Marius Bakke, 2019/08/30