python3-sphinx has become mandatory build dependency since patch
39b5e46 ("Documentation: Convert multiple manpages to ReST."), because,
otherwise, packaging of OVS debian packages fails with an error that
generated man pages can't be foundl.

Fixes: 39b5e46312 ("Documentation: Convert multiple manpages to ReST.")
CC: Ben Pfaff <b...@ovn.org>
Signed-off-by: Ansis Atteka <aatt...@ovn.org>
Reported-by: Artem Teleshev <artem.teles...@gmail.com>
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index e47767d75..0646b22a1 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends: graphviz,
                openssl,
                procps,
                python3-all,
+               python3-sphinx,
                python3-twisted,
                python3-zope.interface,
                libunbound-dev,
-- 
2.20.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to