python312Packages.cssutils: add missing dependency

This commit is contained in:
Martin Weinelt
2024-07-06 14:57:15 +02:00
parent a4c0cba5b2
commit 568462eaef
@@ -1,10 +1,10 @@
{
lib,
buildPythonPackage,
pythonAtLeast,
pythonOlder,
fetchFromGitHub,
setuptools-scm,
more-itertools,
cssselect,
jaraco-test,
lxml,
@@ -29,6 +29,8 @@ buildPythonPackage rec {
build-system = [ setuptools-scm ];
dependencies = [ more-itertools ];
nativeCheckInputs = [
cssselect
jaraco-test