python310Packages.objgraph: specify optional dependencies

This commit is contained in:
Robert Schütz
2023-07-28 12:13:29 +02:00
committed by Martin Weinelt
parent 7588527ebf
commit 0122a38ff2
@@ -28,9 +28,11 @@ buildPythonPackage rec {
})
];
propagatedBuildInputs = [
graphviz
];
passthru.optional-dependencies = {
ipython = [
graphviz
];
};
pythonImportsCheck = [
"objgraph"