guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 5e7953e71e34ecc4bd2a416107402ccde7173fa3
Author: Sharlatan Hellseher <sharlata...@gmail.com>
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))

Reply via email to