python310Packages.schema-salad: fix runtime errors

This commit is contained in:
Weijia Wang 2023-06-16 13:06:51 +03:00
parent 2a1a1ea0f5
commit 317c9a664b

View file

@ -6,8 +6,10 @@
, cachecontrol
, lockfile
, mistune
, mypy
, rdflib
, ruamel-yaml
, setuptools
, pytestCheckHook
, pythonOlder
}:
@ -32,8 +34,10 @@ buildPythonPackage rec {
cachecontrol
lockfile
mistune
mypy
rdflib
ruamel-yaml
setuptools # needs pkg_resources at runtime
];
nativeCheckInputs = [