1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 21:20:29 +02:00

gnu: python-ddt: Fix build.

* gnu/packages/python-check.scm (python-ddt) [native-inputs]: Add
  python-six.

Change-Id: I0770740a27b8c37c2c5091366c02f36ebba3bacf
This commit is contained in:
Sharlatan Hellseher
2025-07-15 13:56:56 +01:00
parent 7eb93b71ad
commit e62e7fce57

View File

@@ -623,6 +623,7 @@ counterexamples for you.")
(list python-aiounittest
python-pytest
python-setuptools
python-six
python-wheel))
(propagated-inputs
(list python-pyyaml))