rekado pushed a commit to branch master
in repository guix.

commit 2a24283269daa7e98ceaf8bbd00f5c773368cc28
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Jan 14 20:54:59 2025 +0100

    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 5404a72196..8929d91284 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

Reply via email to