summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-04-09 12:39:45 +0200
committerMarius Bakke <marius@gnu.org>2022-04-09 14:27:43 +0200
commitdce0249f18cfdc899468cc8a1a29235e34d53030 (patch)
tree375d5c59e2b92c4463bd6e5f9d7e9fc6bf332509 /gnu/local.mk
parent47b6451eb55d74161d6e5899f0079e219cfa8a00 (diff)
downloadguix-patches-dce0249f18cfdc899468cc8a1a29235e34d53030.tar
guix-patches-dce0249f18cfdc899468cc8a1a29235e34d53030.tar.gz
gnu: ganeti: Fix test failure with PyYAML 6.0.
This fixes a regression that was introduced in 27720d0fe14ee4cd413a6745e0782a698a011924. * gnu/packages/patches/ganeti-pyyaml-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/virtualization.scm (ganeti)[source](patches): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index a44815bdbb..2a68d45717 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1084,6 +1084,7 @@ dist_patch_DATA = \
%D%/packages/patches/ganeti-disable-version-symlinks.patch \
%D%/packages/patches/ganeti-haskell-compat.patch \
%D%/packages/patches/ganeti-haskell-pythondir.patch \
+ %D%/packages/patches/ganeti-pyyaml-compat.patch \
%D%/packages/patches/ganeti-shepherd-master-failover.patch \
%D%/packages/patches/ganeti-shepherd-support.patch \
%D%/packages/patches/ganeti-sphinx-compat.patch \