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
9fd2eb4739
commit
7b84ea318a
1 changed files with 1 additions and 1 deletions
|
@ -6061,7 +6061,7 @@ server.")
|
|||
(base32 "17z6rrvv3q1axy9r13c2hln2pazfn9n5bhkzrbjcjakgbfjl6mss"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-lxml
|
||||
(list python-lxml-4.9
|
||||
python-pillow
|
||||
python-pytest
|
||||
python-setuptools))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue