mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-docker-py: Rename to python-docker.
This is a follow-up to commit 3146b6da6d
.
* gnu/packages/docker.scm (python-docker-py): Rename to...
(python-docker): ...this.
(docker-compose): Adjust inputs.
* gnu/packages/android.scm (fdroidserver): Adjust inputs.
This commit is contained in:
parent
6c36daaac7
commit
b8cb3eb63b
2 changed files with 4 additions and 4 deletions
|
@ -944,7 +944,7 @@ (define-public fdroidserver
|
|||
("python-apache-libcloud" ,python-apache-libcloud)
|
||||
("python-clint" ,python-clint)
|
||||
("python-defusedxml" ,python-defusedxml)
|
||||
("python-docker-py" ,python-docker-py)
|
||||
("python-docker" ,python-docker)
|
||||
("python-gitpython" ,python-gitpython)
|
||||
("python-mwclient" ,python-mwclient)
|
||||
("python-paramiko" ,python-paramiko)
|
||||
|
|
|
@ -50,9 +50,9 @@ (define-module (gnu packages docker)
|
|||
|
||||
(define %docker-version "19.03.12")
|
||||
|
||||
(define-public python-docker-py
|
||||
(define-public python-docker
|
||||
(package
|
||||
(name "python-docker-py")
|
||||
(name "python-docker")
|
||||
(version "3.7.3")
|
||||
(source
|
||||
(origin
|
||||
|
@ -116,7 +116,7 @@ (define-public docker-compose
|
|||
(inputs
|
||||
`(("python-cached-property"
|
||||
,python-cached-property)
|
||||
("python-docker-py" ,python-docker-py)
|
||||
("python-docker" ,python-docker)
|
||||
("python-dockerpty" ,python-dockerpty)
|
||||
("python-docopt" ,python-docopt)
|
||||
("python-jsonschema" ,python-jsonschema)
|
||||
|
|
Loading…
Reference in a new issue