summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorJohn Kehayias <john@guixotic.coop>2025-09-28 14:39:13 -0400
committerMaxim Cournoyer <maxim@guixotic.coop>2025-09-30 16:52:05 +0900
commit768ea590ec15de77db29a2053f2aa1ff96cea1ad (patch)
treee05c8f8b995647d0b00c7dcee0b98d2189de3104 /gnu/packages/python-xyz.scm
parent11ca3674cd8c809cfc9e7219a555f187ad96b061 (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ae60c28975..cbd7651d80 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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))