mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a823e30b74
commit
ecfda5ffd3
1 changed files with 4 additions and 1 deletions
|
@ -35917,7 +35917,10 @@ number of words, syllables, and sentences.")
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
(invoke "python" "-m" "pytest" "-v" "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))
|
(native-inputs (list python-timeout-decorator python-pytest))
|
||||||
(home-page "http://github.com/buriy/python-readability")
|
(home-page "http://github.com/buriy/python-readability")
|
||||||
(synopsis "HTML to text parser")
|
(synopsis "HTML to text parser")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue