guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 1c9de4b0b67fca8eb1d6616f68d46f39c857a0e7
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 6445207b83..f3bc00e28f 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -623,6 +623,7 @@ counterexamples for you.")
(list python-aiounittest
python-pytest
python-setuptools
+ python-six
python-wheel))
(propagated-inputs
(list python-pyyaml))