diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-11-24 10:41:08 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-24 10:41:08 +0100 |
| commit | 073dbbd6c898d541c43b251b2fcd3f74464f9309 (patch) | |
| tree | 8258a74801ba7f34318625335d387ae8f7da2cb2 /gnu/packages/xml.scm | |
| parent | 3e0c14cad16087c58538caa982a78fcd3ab4cada (diff) | |
gnu: Remove python-lxml-4.7.
* gnu/packages/xml.scm (python-lxml-4.7): Delete variable.
Change-Id: I451d0a1269cd2d540f26a049d11f0d557e9b1689
Diffstat (limited to 'gnu/packages/xml.scm')
| -rw-r--r-- | gnu/packages/xml.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index f5552c13529..6832a3b0686 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -1932,9 +1932,6 @@ libxml2 and libxslt.") (setenv "CFLAGS" "-Wno-error=incompatible-pointer-types"))))))))) -(define-deprecated python-lxml-4.7 python-lxml) -(export python-lxml-4.7) - (define-public python-lxml-html-clean (package (name "python-lxml-html-clean") |
