From 125b0ec7c2a68f659f2853f8e4e7bfb547d92285 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Thu, 2 Apr 2015 23:50:57 +0200 Subject: [PATCH] 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 --- fabfile.py | 2 ++ 1 file changed, 2 insertions(+) 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', -- 2.39.5