me
/
guix
Archived
1
0
Fork 0

gnu: docker-compose: Use python-jsonschema-3 to fix build.

* gnu/packages/docker.scm (docker-compose) [inputs]: Replace python-jsonschema
with python-jsonschema-3.
master
Maxim Cournoyer 2023-04-24 20:01:35 -04:00
parent 6378c9bb68
commit 381da6260f
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 1 deletions

View File

@ -102,6 +102,8 @@ pseudo-terminal (PTY) allocated to a Docker container using the Python
client.") client.")
(license license:asl2.0))) (license license:asl2.0)))
;;; TODO: This package needs to be updated to its 2.x series, now authored in
;;; Go.
(define-public docker-compose (define-public docker-compose
(package (package
(name "docker-compose") (name "docker-compose")
@ -123,7 +125,7 @@ client.")
python-dockerpty python-dockerpty
python-docopt python-docopt
python-dotenv python-dotenv
python-jsonschema python-jsonschema-3
python-pyyaml-5 python-pyyaml-5
python-requests python-requests
python-six python-six