guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 3b67ff5e2b69914af4d0b82d4f676daa3d3f59a0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jul 15 13:56:56 2025 +0100
gnu: python-ddt: Fix build.
* gnu/packages/python-check.scm (python-ddt) [native-inputs]: Add
python-six.
Change-Id: I0770740a27b8c37c2c5091366c02f36ebba3bacf
---
gnu/packages/python-check.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 3be3603d9d..856a1b5ccf 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -616,6 +616,7 @@ counterexamples for you.")
(list python-aiounittest
python-pytest
python-setuptools
+ python-six
python-wheel))
(propagated-inputs
(list python-pyyaml))