From: Loic Dachary Date: Thu, 2 Apr 2015 21:50:57 +0000 (+0200) Subject: fabfile: add python-sphinx to build man pages X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=125b0ec7c2a68f659f2853f8e4e7bfb547d92285;p=autobuild-ceph.git fabfile: add python-sphinx to build man pages Now that the man pages are not committed to the repository in their formatted form (https://github.com/ceph/ceph/pull/4142), we need python-sphinx at build time. Signed-off-by: Loic Dachary --- diff --git a/fabfile.py b/fabfile.py index 5192925..11acbd8 100644 --- a/fabfile.py +++ b/fabfile.py @@ -690,6 +690,7 @@ def _deb_builder(git_url, flavor, extra_remotes={}): 'python-virtualenv', 'python-support', 'python-argparse', + 'python-sphinx', 'pbuilder', 'gnupg', 'devscripts', @@ -799,6 +800,7 @@ def _gitbuilder_ceph_rpm(url, flavor): 'python-requests', 'python-virtualenv', 'python-argparse', + 'python-sphinx', 'lttng-ust-devel', 'libbabeltrace-devel', 'cryptsetup',