gnu: python-readability-lxml: Add missing input.

* gnu/packages/python-xyz.scm (python-readability-lxml)[propagated-inputs]:
Add python-lxml-html-clean.

Change-Id: I11fb7ce8cbf93ccab180536921114e039db62017
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Liliana Marie Prikler 2025-07-20 18:52:47 +02:00 committed by Sharlatan Hellseher
parent a823e30b74
commit ecfda5ffd3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -35917,7 +35917,10 @@ number of words, syllables, and sentences.")
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "python" "-m" "pytest" "-v" "tests/")))))))
(propagated-inputs (list python-chardet python-cssselect python-lxml))
(propagated-inputs (list python-chardet
python-cssselect
python-lxml
python-lxml-html-clean))
(native-inputs (list python-timeout-decorator python-pytest))
(home-page "http://github.com/buriy/python-readability")
(synopsis "HTML to text parser")