summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2024-03-16 20:50:55 +0000
committerArun Isaac <arunisaac@systemreboot.net>2024-03-16 20:55:07 +0000
commit92664f4ab38fc9f5ac70fe5946e75b20cecdf482 (patch)
treef0c1bdd741bb641cb4698ab0b41ffd5d6b0c1de7 /gnu/packages
parent9daf074a7a9ea77017622b2b244e3a2cdc6af7b2 (diff)
Revert "gnu: python-docker: Update to 7.0.0."
This reverts commit d084fb4b04a1cebb59959633660013fff495cd0d. This breaks docker-compose. Until we can update to docker-compose 2.x, we continue with an older python-docker. Change-Id: I4954d1f072735b1e99de192b7df31b1be8179243
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/docker.scm10
1 files changed, 3 insertions, 7 deletions
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 0820f685b76..0fe1f2c1c77 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -8,7 +8,6 @@
8;;; Copyright © 2020 Jesse Dowell <jessedowell@gmail.com> 8;;; Copyright © 2020 Jesse Dowell <jessedowell@gmail.com>
9;;; Copyright © 2021, 2022 Oleg Pykhalov <go.wigust@gmail.com> 9;;; Copyright © 2021, 2022 Oleg Pykhalov <go.wigust@gmail.com>
10;;; Copyright © 2022 Pierre Langlois <pierre.langlois@gmx.com> 10;;; Copyright © 2022 Pierre Langlois <pierre.langlois@gmx.com>
11;;; Copyright © 2024 Arun Isaac <arunisaac@systemreboot.net>
12;;; 11;;;
13;;; This file is part of GNU Guix. 12;;; This file is part of GNU Guix.
14;;; 13;;;
@@ -48,7 +47,6 @@
48 #:use-module (gnu packages networking) 47 #:use-module (gnu packages networking)
49 #:use-module (gnu packages pkg-config) 48 #:use-module (gnu packages pkg-config)
50 #:use-module (gnu packages python) 49 #:use-module (gnu packages python)
51 #:use-module (gnu packages python-build)
52 #:use-module (gnu packages python-crypto) 50 #:use-module (gnu packages python-crypto)
53 #:use-module (gnu packages python-web) 51 #:use-module (gnu packages python-web)
54 #:use-module (gnu packages python-xyz) 52 #:use-module (gnu packages python-xyz)
@@ -62,24 +60,22 @@
62(define-public python-docker 60(define-public python-docker
63 (package 61 (package
64 (name "python-docker") 62 (name "python-docker")
65 (version "7.0.0") 63 (version "5.0.3")
66 (source 64 (source
67 (origin 65 (origin
68 (method url-fetch) 66 (method url-fetch)
69 (uri (pypi-uri "docker" version)) 67 (uri (pypi-uri "docker" version))
70 (sha256 68 (sha256
71 (base32 69 (base32
72 "18z5wzqm7dbxaa5q4gs8yh2dma8i7savqcvibvy1i56djbxkcdrj")))) 70 "1yr7w8vmdis01myx26pqx7wcyz2cy1mfs421alppq3lpc9ms45nr"))))
73 (build-system python-build-system) 71 (build-system python-build-system)
74 ;; TODO: Tests require a running Docker daemon. 72 ;; TODO: Tests require a running Docker daemon.
75 (arguments '(#:tests? #f)) 73 (arguments '(#:tests? #f))
76 (inputs 74 (inputs
77 (list python-requests python-six python-urllib3)) 75 (list python-requests python-six python-urllib3))
78 (native-inputs
79 (list python-setuptools-scm))
80 (propagated-inputs 76 (propagated-inputs
81 (list python-docker-pycreds python-paramiko ;adds SSH support 77 (list python-docker-pycreds python-paramiko ;adds SSH support
82 python-packaging python-websocket-client)) 78 python-websocket-client))
83 (home-page "https://github.com/docker/docker-py/") 79 (home-page "https://github.com/docker/docker-py/")
84 (synopsis "Python client for Docker") 80 (synopsis "Python client for Docker")
85 (description "Docker-Py is a Python client for the Docker container 81 (description "Docker-Py is a Python client for the Docker container