guix_mirror_bot pushed a commit to branch mesa-updates
in repository guix.

commit 8057b83a20c83aa39d134a646b5f1f2dfe7cb120
Author: John Kehayias <[email protected]>
AuthorDate: Sun Sep 28 14:39:13 2025 -0400

    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
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to