[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54934] [PATCH 4/4] gnu: ganeti: Use python-pyyaml@5.
From: |
zimoun |
Subject: |
[bug#54934] [PATCH 4/4] gnu: ganeti: Use python-pyyaml@5. |
Date: |
Thu, 14 Apr 2022 13:10:39 +0200 |
* gnu/packages/virtualization.scm (ganeti)[native-inputs]: Replace
python-pyyaml by python-pyyaml-5.
---
gnu/packages/virtualization.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index f3396e7c94..bc2523d8ec 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -830,7 +830,7 @@ (define* (wrap? file #:rest _)
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
("python-mock" ,python-mock)
- ("python-pyyaml" ,python-pyyaml)
+ ("python-pyyaml" ,python-pyyaml-5)
("openssh" ,openssh)
("procps" ,procps)
("shelltestrunner" ,shelltestrunner)
--
2.35.1