mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-openpyxl: Fix tests.
* gnu/packages/python-xyz.scm (python-openpyxl)[native-inputs]: Replace python-lxml with python-lxml-4.9. Change-Id: I59374faaf1dea054ac3f109fcdca53fe7aaa96a9
This commit is contained in:
parent
1ff397068c
commit
8057b83a20
1 changed files with 1 additions and 1 deletions
|
@ -6061,7 +6061,7 @@ server.")
|
||||||
(base32 "17z6rrvv3q1axy9r13c2hln2pazfn9n5bhkzrbjcjakgbfjl6mss"))))
|
(base32 "17z6rrvv3q1axy9r13c2hln2pazfn9n5bhkzrbjcjakgbfjl6mss"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-lxml
|
(list python-lxml-4.9
|
||||||
python-pillow
|
python-pillow
|
||||||
python-pytest
|
python-pytest
|
||||||
python-setuptools))
|
python-setuptools))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue