From a50201fdc18067351e7d8e384b848430e125bbc6 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sat, 21 Dec 2024 20:53:18 +0200 Subject: gnu: python-cssselect2: Fix build. * gnu/packages/python-web.scm (python-cssselect2)[native-inputs]: Add python-flit. Change-Id: Icea70b984b2009eb7963c5846ac7a3bb1664c2b4 --- gnu/packages/python-web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') 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 -- cgit v1.2.3