Merge pull request #248664 from fabaff/schema-salad-fix

python311Packages.schema-salad: add missing dependency
This commit is contained in:
OTABI Tomoya 2023-08-13 09:35:11 +09:00 committed by GitHub
commit f98e067eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ buildPythonPackage rec {
rdflib
ruamel-yaml
setuptools # needs pkg_resources at runtime
];
] ++ cachecontrol.optional-dependencies.filecache;
nativeCheckInputs = [
pytestCheckHook