diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-14 20:54:59 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:56 +0100 |
commit | 2a24283269daa7e98ceaf8bbd00f5c773368cc28 (patch) | |
tree | f7b3bdc9a36844eae98f7077620b1ae89103ec3a | |
parent | db293bb6af303768a9b1a50a678f01aabe5609b7 (diff) |
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
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 5404a721968..8929d912846 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 |