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

commit bd97719e15ea7f35945f2c07dc364821c8b33cc4
Author: John Kehayias <[email protected]>
AuthorDate: Thu Sep 25 12:23:54 2025 -0400

    gnu: python-fonttools: Fix build.
    
    * gnu/packages/python-xyz.scm (python-fonttools)[propagated-inputs]: Change
    python-lxml-4.9 to python-lxml.
    
    Change-Id: I5fb32f3cd02dd7d9d537a7464bf0bcc5f0088f93
---
 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 2075b4fa1e..bc99fc776b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17615,7 +17615,7 @@ from an XML-based format.")
       (propagated-inputs
        (list python-brotli
              python-fs
-             python-lxml-4.9
+             python-lxml
              python-lz4
              python-scipy
              python-unicodedata2

Reply via email to