gnu: docker-compose: Remove inputs for old Python versions.
* gnu/packages/docker.scm (docker-compose)[inputs]: Remove python2-backport-ssl-match-hostname and python-ipaddress.
This commit is contained in:
parent
d12578f2e2
commit
35600cd9a0
|
@ -114,14 +114,11 @@ client.")
|
|||
;; TODO: Tests require running Docker daemon.
|
||||
(arguments '(#:tests? #f))
|
||||
(inputs
|
||||
`(("python2-backport-ssl-match-hostname"
|
||||
,python2-backport-ssl-match-hostname)
|
||||
("python-cached-property"
|
||||
`(("python-cached-property"
|
||||
,python-cached-property)
|
||||
("python-docker-py" ,python-docker-py)
|
||||
("python-dockerpty" ,python-dockerpty)
|
||||
("python-docopt" ,python-docopt)
|
||||
("python-ipaddress" ,python-ipaddress)
|
||||
("python-jsonschema" ,python-jsonschema-2.6)
|
||||
("python-pyyaml" ,python-pyyaml)
|
||||
("python-requests" ,python-requests-2.20)
|
||||
|
|
Loading…
Reference in New Issue