python310Packages.objgraph: specify optional dependencies
This commit is contained in:
committed by
Martin Weinelt
parent
7588527ebf
commit
0122a38ff2
@@ -28,9 +28,11 @@ buildPythonPackage rec {
|
||||
})
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
graphviz
|
||||
];
|
||||
passthru.optional-dependencies = {
|
||||
ipython = [
|
||||
graphviz
|
||||
];
|
||||
};
|
||||
|
||||
pythonImportsCheck = [
|
||||
"objgraph"
|
||||
|
||||
Reference in New Issue
Block a user