Add ovs-fowviz dependencies as suggestions so it is easier to get them installed.
Signed-off-by: Ilya Maximets <[email protected]> --- debian/control.in | 3 +++ rhel/openvswitch-fedora.spec.in | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/control.in b/debian/control.in index f9eea897e..6737672d1 100644 --- a/debian/control.in +++ b/debian/control.in @@ -285,8 +285,11 @@ Depends: ${python3:Depends}, ${shlibs:Depends}, Suggests: + python3-click, + python3-graphviz, python3-netaddr, python3-pyparsing, + python3-rich, python3-unbound, Description: Python 3 bindings for Open vSwitch Open vSwitch is a production quality, multilayer, software-based, diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in index 00412020a..1706d65b2 100644 --- a/rhel/openvswitch-fedora.spec.in +++ b/rhel/openvswitch-fedora.spec.in @@ -119,6 +119,7 @@ License: ASL 2.0 BuildArch: noarch Requires: python3 Suggests: python3-netaddr python3-pyparsing python3-unbound +Suggests: python3-click python3-graphviz python3-rich %{?python_provide:%python_provide python3-openvswitch = %{version}-%{release}} %description -n python3-openvswitch -- 2.46.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
