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 committed by Maxim Cournoyer
parent ca5a56c4a2
commit ad40bec3e3
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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))