diff options
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
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 |