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:
Efraim Flashner 2024-12-21 20:53:18 +02:00
parent da6fc1750e
commit a50201fdc1
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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