2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 18:07:40 +00:00
ovs/python
Frode Nordahl 6a1a5f2eec python: Allow ovs-flowviz to run without graphviz.
The graphviz library has a large set of dependencies, and as such
it may be desireable to not install it by default.

Before this patch execution of ovs-flowviz would end in
ImportError when graphviz is unavailable.

Exit with a friendly message instead, allowing the user to consume
the parts of the program that do not depend on graphviz.

Signed-off-by: Frode Nordahl <fnordahl@ubuntu.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
2025-01-14 17:44:35 +01:00
..
2021-06-22 21:29:57 +02:00
2023-07-14 22:24:03 +02:00

Python library for working with Open vSwitch