From e62e7fce5748eb13abc6c1fa627f88428be06ac2 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 15 Jul 2025 13:56:56 +0100 Subject: [PATCH] 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 558c14e9be77e14d7816b90157879ff1904c7032..f0ee561690e0420a43bda8600720281b69f12aa6 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))