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

commit cd48fddfe43bb4d39fcccfd5690806b7fba3ca9d
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 c63dbe4af7..5633a0de58 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -621,6 +621,7 @@ counterexamples for you.")
      (list python-aiounittest
            python-pytest
            python-setuptools
+           python-six
            python-wheel))
     (propagated-inputs
      (list python-pyyaml))

Reply via email to