mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cssselect2: Fix build.
* gnu/packages/python-web.scm (python-cssselect2)[native-inputs]: Add python-flit. Change-Id: Icea70b984b2009eb7963c5846ac7a3bb1664c2b4
This commit is contained in:
parent
da6fc1750e
commit
a50201fdc1
1 changed files with 1 additions and 1 deletions
|
@ -6412,7 +6412,7 @@ in various CSS modules.")
|
|||
(propagated-inputs
|
||||
(list python-tinycss2))
|
||||
(native-inputs
|
||||
(list python-pytest-cov python-pytest-runner))
|
||||
(list python-flit python-pytest-cov python-pytest-runner))
|
||||
(home-page "https://cssselect2.readthedocs.io/")
|
||||
(synopsis "CSS selectors for Python ElementTree")
|
||||
(description "@code{cssselect2} is a straightforward implementation of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue