gnu: python-pyfaidx: Add dependency on UTF-8 locales for tests.

Fixes a regression introduced in
92727f4af5 whereby the “en_US.utf8” locale
would no longer be available in the build environment.

* gnu/packages/bioinformatics.scm (python-pyfaidx)[native-inputs]: Add
‘libc-utf8-locales-for-target’.

Change-Id: I4f868edb82ef08bb56e5d7e3d2ea861bd23c03bf
This commit is contained in:
Ludovic Courtès 2024-09-20 15:07:47 +02:00
parent 039635567d
commit bd67531b82
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -18513,7 +18513,8 @@ (define-public python-pyfaidx
(("dynamic = \\[\"version\"\\]") (("dynamic = \\[\"version\"\\]")
(string-append "version = \"" #$version "\"")))))))) (string-append "version = \"" #$version "\""))))))))
(native-inputs (native-inputs
(list python-fsspec (list (libc-utf8-locales-for-target) ;tests need "en_US.utf8"
python-fsspec
python-mock python-mock
python-numpy python-numpy
python-pytest python-pytest