From fe175ac17352ceb2dbc9958112b4b1bc114d82f0 Mon Sep 17 00:00:00 2001 From: Ansis Atteka Date: Fri, 15 May 2020 12:08:13 -0700 Subject: debian: Add python3-sphinx to ovs build dependencies 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 Signed-off-by: Ansis Atteka Reported-by: Artem Teleshev Acked-by: Greg Rose --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') 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, -- cgit v1.2.1