mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-cloud-init: Update to 24.2.
* gnu/packages/python-web.scm (python-cloud-init): Update to 24.2. [arguments]: Disable apt tests. Change-Id: I1a024ded4108121cc2960cadab4da94416290913
This commit is contained in:
parent
126dde2fb5
commit
0efdf33d0e
1 changed files with 3 additions and 2 deletions
|
@ -7424,7 +7424,7 @@ (define-public python-http-ece
|
||||||
(define-public python-cloud-init
|
(define-public python-cloud-init
|
||||||
(package
|
(package
|
||||||
(name "python-cloud-init")
|
(name "python-cloud-init")
|
||||||
(version "23.4.3")
|
(version "24.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7433,7 +7433,7 @@ (define-public python-cloud-init
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0przjj2j1ws6b7sbgqxnffsarbbwl00lhq3bn7yiksp8kg8np1m1"))))
|
(base32 "18872z2y9wkh558y1bx5r0rksb4i584jbc8z4g8marwawhwxq506"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -7447,6 +7447,7 @@ (define-public python-cloud-init
|
||||||
(string-append
|
(string-append
|
||||||
;; This test messes with PATH, so it cannot find mkdir
|
;; This test messes with PATH, so it cannot find mkdir
|
||||||
"not test_path_env_gets_set_from_main"
|
"not test_path_env_gets_set_from_main"
|
||||||
|
" and not test_apt_configure_sources_list_"
|
||||||
;; These all fail because /bin/sh doesn't exist. We cannot patch
|
;; These all fail because /bin/sh doesn't exist. We cannot patch
|
||||||
;; this because the generated scripts must use /bin/sh as they are
|
;; this because the generated scripts must use /bin/sh as they are
|
||||||
;; supposed to be run on minimal systems.
|
;; supposed to be run on minimal systems.
|
||||||
|
|
Loading…
Reference in a new issue