mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-docker: Propagate runtime dependency.
* gnu/packages/docker.scm (python-docker)[inputs]: Move PYTHON-WEBSOCKET-CLIENT from here ... [propagated-inputs]: ... to here.
This commit is contained in:
parent
48d8176e00
commit
2920e88413
1 changed files with 3 additions and 3 deletions
|
@ -70,11 +70,11 @@ (define-public python-docker
|
|||
(inputs
|
||||
`(("python-requests" ,python-requests-2.20)
|
||||
("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)))
|
||||
(home-page "https://github.com/docker/docker-py/")
|
||||
(synopsis "Python client for Docker")
|
||||
(description "Docker-Py is a Python client for the Docker container
|
||||
|
|
Loading…
Reference in a new issue