python311Packages.schema-salad: add missing dependency

This commit is contained in:
Fabian Affolter
2023-08-12 09:20:04 +02:00
parent b8392f9eb1
commit 8ed1c5a598
@@ -38,7 +38,7 @@ buildPythonPackage rec {
rdflib
ruamel-yaml
setuptools # needs pkg_resources at runtime
];
] ++ cachecontrol.optional-dependencies.filecache;
nativeCheckInputs = [
pytestCheckHook