summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAnsis Atteka <aatteka@ovn.org>2020-05-15 12:08:13 -0700
committerAnsis Atteka <aatteka@ovn.org>2020-05-15 15:02:21 -0700
commitfe175ac17352ceb2dbc9958112b4b1bc114d82f0 (patch)
treebb1edf6a2b460f18e9f48724b2d232bc78ec8272 /debian
parentc36bba351ba7af8d48501dfa062a772f357536ba (diff)
downloadopenvswitch-fe175ac17352ceb2dbc9958112b4b1bc114d82f0.tar.gz
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 <blp@ovn.org> Signed-off-by: Ansis Atteka <aatteka@ovn.org> Reported-by: Artem Teleshev <artem.teleshev@gmail.com> Acked-by: Greg Rose <gvrose8192@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
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,