From d66ee485939d839da416c9f1835b14ad3f30c0da Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sun, 21 Sep 2025 18:08:18 +0200 Subject: [PATCH] gnu: python-pypugjs: Fix package. * gnu/packages/python-xyz.scm (python-pypugjs): [propagated-inputs]: Re-introduce python-six. Change-Id: Ia0bf9b9eee83c7d82a52ec128a43d880f231d650 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5448f2695d8..797f5afd997 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8322,7 +8322,7 @@ templates. A format string can be provided to control the output.") python-poetry-core python-pytest python-tornado-6)) - (propagated-inputs (list python-charset-normalizer)) + (propagated-inputs (list python-charset-normalizer python-six)) (home-page "https://github.com/kakulukia/pypugjs") (synopsis "Convert Pug source files into different template languages") (description