From: Ansis Atteka <[email protected]>
python3-sphinx has become mandatory build dependency since patch
39b5e46 ("Documentation: Convert multiple manpages to ReST."), because,
otherwise, without this dependency installed, packaging of OVS debian
packages fails with an error that generated man pages can't be found.
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]>
Acked-by: Greg Rose <[email protected]>
---
debian/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control b/debian/control
index e718aa26c4..6420b9d3e2 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.25.4
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev