From 2a24283269daa7e98ceaf8bbd00f5c773368cc28 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 14 Jan 2025 20:54:59 +0100 Subject: [PATCH] gnu: python-twisted: Add comment. * gnu/packages/python-xyz.scm (python-twisted)[native-inputs]: Add comment on why glibc-utf8-locales is needed. Change-Id: I0effed9600b2b2238a33b70bd38f4bb565b6df9f --- 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 5404a7219683ea1f91aea3afcd5adaffa4bcc859..8929d912846b77eb3555ecd9ea56b109c2f482a3 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22197,7 +22197,7 @@ format.") python-typing-extensions python-zope-interface)) (native-inputs - (list glibc-utf8-locales + (list glibc-utf8-locales ;for OpenTestLogTests.test_utf8 python-coverage python-hatch-fancy-pypi-readme python-hatchling