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 <[email protected]>
Signed-off-by: Ansis Atteka <[email protected]>
Reported-by: Artem Teleshev <[email protected]>
---
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
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev