mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -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-apache-libcloud" ,python-apache-libcloud)
|
||||||
("python-clint" ,python-clint)
|
("python-clint" ,python-clint)
|
||||||
("python-defusedxml" ,python-defusedxml)
|
("python-defusedxml" ,python-defusedxml)
|
||||||
("python-docker-py" ,python-docker-py)
|
("python-docker" ,python-docker)
|
||||||
("python-gitpython" ,python-gitpython)
|
("python-gitpython" ,python-gitpython)
|
||||||
("python-mwclient" ,python-mwclient)
|
("python-mwclient" ,python-mwclient)
|
||||||
("python-paramiko" ,python-paramiko)
|
("python-paramiko" ,python-paramiko)
|
||||||
|
|
|
@ -50,9 +50,9 @@ (define-module (gnu packages docker)
|
||||||
|
|
||||||
(define %docker-version "19.03.12")
|
(define %docker-version "19.03.12")
|
||||||
|
|
||||||
(define-public python-docker-py
|
(define-public python-docker
|
||||||
(package
|
(package
|
||||||
(name "python-docker-py")
|
(name "python-docker")
|
||||||
(version "3.7.3")
|
(version "3.7.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -116,7 +116,7 @@ (define-public docker-compose
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-cached-property"
|
`(("python-cached-property"
|
||||||
,python-cached-property)
|
,python-cached-property)
|
||||||
("python-docker-py" ,python-docker-py)
|
("python-docker" ,python-docker)
|
||||||
("python-dockerpty" ,python-dockerpty)
|
("python-dockerpty" ,python-dockerpty)
|
||||||
("python-docopt" ,python-docopt)
|
("python-docopt" ,python-docopt)
|
||||||
("python-jsonschema" ,python-jsonschema)
|
("python-jsonschema" ,python-jsonschema)
|
||||||
|
|
Loading…
Reference in a new issue