Skip to content

Commit

Permalink
debian: Add python3-sphinx to ovs build dependencies
Browse files Browse the repository at this point in the history
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: 39b5e46 ("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]>
  • Loading branch information
Ansis Atteka committed May 15, 2020
1 parent c36bba3 commit fe175ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Build-Depends: graphviz,
openssl,
procps,
python3-all,
python3-sphinx,
python3-twisted,
python3-zope.interface,
libunbound-dev,
Expand Down

0 comments on commit fe175ac

Please sign in to comment.