mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
python2's ifupdown2 used python-gvgen to output the dependency graph in dot format. There's not python3 version of that package available in debian. Resulting in: error: main exception: name 'GvGen' is not defined The package is in fact a single class that is already compatible with python3 According to the license (MIT) we can pull in the code in our own tree. Signed-off-by: Julien Fortin <jfortin@nvidia.com>