guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d45b0d2dc9d778c9285c8758d26a813b0f3d1de3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Aug 26 21:35:42 2026 +0100
gnu: Remove python-lxml-4.9.
This package is no longer required after commit
baef9b7d90fc52cd3f568c85a906cede6ddbea66.
* gnu/packages/xml.scm (python-lxml-4.9): Delete variable.
Signed-off-by: Liliana Marie Prikler <[email protected]>
Merges: guix/guix#10840
---
gnu/packages/xml.scm | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index ae31d911e6a..9933d0102be 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -2035,27 +2035,6 @@ libxml2 and libxslt. This variant is pinned to be
updated less often than
@code{python-lxml}.")
(license license:bsd-3)))
-(define-public python-lxml-4.9
- (hidden-package
- (package
- (inherit python-lxml)
- (name "python-lxml")
- (version "4.9.4")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "lxml" version))
- (sha256
- (base32 "03l86qr5xzvz0jcbk669sj8nbw1fjshmf0b7l83gl5cfnx81wm5i"))))
- (arguments
- (list #:tests? #f ;some tests fail with newer libxml2
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'relax-gcc-14-strictness
- (lambda _
- (setenv "CFLAGS"
- "-Wno-error=incompatible-pointer-types")))))))))
-
(define-public python-lxml-html-clean
(package
(name "python-lxml-html-clean")