python312Packages.cssutils: add missing dependency
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user