]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
fabfile: add python-sphinx to build man pages 37/head
authorLoic Dachary <ldachary@redhat.com>
Thu, 2 Apr 2015 21:50:57 +0000 (23:50 +0200)
committerLoic Dachary <ldachary@redhat.com>
Thu, 2 Apr 2015 22:00:12 +0000 (00:00 +0200)
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 <loic@dachary.org>
fabfile.py

index 51929251b1b1f3220cb4b9724a7d772e212999f3..11acbd8bd59d626dd3d5b12c4063ece4d85b7ad6 100644 (file)
@@ -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',