python3Packages.pydot_ng: remove

- deprecated in favour of `pydot`
This commit is contained in:
Ben Darwin
2020-10-07 22:54:13 -07:00
committed by Jon
parent a2e6852a69
commit 07099cdb30
2 changed files with 0 additions and 38 deletions
-2
View File
@@ -4895,8 +4895,6 @@ in {
pydot = callPackage ../development/python-modules/pydot { inherit (pkgs) graphviz; };
pydot_ng = callPackage ../development/python-modules/pydot_ng { graphviz = pkgs.graphviz; };
pydotplus = callPackage ../development/python-modules/pydotplus { };
pydrive = callPackage ../development/python-modules/pydrive { };