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:
Andreas Enge 2020-09-05 12:29:36 +02:00
parent 6c36daaac7
commit b8cb3eb63b
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3
2 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -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)