1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-06 11:51:29 +02:00

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

* gnu/packages/docker.scm (docker-compose) [inputs]: Replace python-jsonschema
with python-jsonschema-3.
This commit is contained in:
Maxim Cournoyer
2023-04-24 20:01:35 -04:00
parent 6378c9bb68
commit 381da6260f
+3 -1
View File
@@ -102,6 +102,8 @@ pseudo-terminal (PTY) allocated to a Docker container using the Python
client.")
(license license:asl2.0)))
;;; TODO: This package needs to be updated to its 2.x series, now authored in
;;; Go.
(define-public docker-compose
(package
(name "docker-compose")
@@ -123,7 +125,7 @@ client.")
python-dockerpty
python-docopt
python-dotenv
python-jsonschema
python-jsonschema-3
python-pyyaml-5
python-requests
python-six