guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 058e404ce5858c507cdb578b13f58726e8d16046
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 323c9556e8..f2362dd1b0 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))