aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-12-21 20:53:18 +0200
committerEfraim Flashner <efraim@flashner.co.il>2024-12-21 21:10:09 +0200
commita50201fdc18067351e7d8e384b848430e125bbc6 (patch)
tree847026e2f765cd16dcdd6172fb7f767bb679f462 /gnu/packages
parentda6fc1750e377f3cf1a78b4e36de12d7c81a79e9 (diff)
downloadguix-a50201fdc18067351e7d8e384b848430e125bbc6.tar.gz
guix-a50201fdc18067351e7d8e384b848430e125bbc6.zip
gnu: python-cssselect2: Fix build.
* gnu/packages/python-web.scm (python-cssselect2)[native-inputs]: Add python-flit. Change-Id: Icea70b984b2009eb7963c5846ac7a3bb1664c2b4
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d20312c267..d95d830f82 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -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