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:
John Kehayias 2025-09-28 14:39:13 -04:00
parent 06c9fd8cf6
commit b17e20f60b
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -6088,7 +6088,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))