mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
039635567d
commit
bd67531b82
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue