From: Philippe Mathieu-Daudé Date: Thu, 11 Jul 2019 12:06:09 +0000 (+0200) Subject: tests/docker: Install Sphinx in the Ubuntu images X-Git-Tag: qemu-xen-4.13.0-rc1~42^2~20 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6d7b9c8c064bee8ff7974c36af2f73d3ee3b9a70;p=qemu-xen.git tests/docker: Install Sphinx in the Ubuntu images Since commit 5f71eac06e the Sphinx tool is required to build the rST documentation. This fixes: $ ./configure --enable-docs ERROR: User requested feature docs configure was not able to find it. Install texinfo, Perl/perl-podlators and python-sphinx Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20190711120609.12773-1-philmd@redhat.com> Signed-off-by: Alex Bennée Reviewed-by: Stefano Garzarella --- diff --git a/tests/docker/dockerfiles/ubuntu.docker b/tests/docker/dockerfiles/ubuntu.docker index d3b72209c8..2500ec84b6 100644 --- a/tests/docker/dockerfiles/ubuntu.docker +++ b/tests/docker/dockerfiles/ubuntu.docker @@ -61,6 +61,7 @@ ENV PACKAGES flex bison \ libxen-dev \ make \ python-yaml \ + python3-sphinx \ sparse \ texinfo \ xfslibs-dev diff --git a/tests/docker/dockerfiles/ubuntu1804.docker b/tests/docker/dockerfiles/ubuntu1804.docker index 9d80b11500..0bb8088658 100644 --- a/tests/docker/dockerfiles/ubuntu1804.docker +++ b/tests/docker/dockerfiles/ubuntu1804.docker @@ -48,6 +48,7 @@ ENV PACKAGES flex bison \ libxen-dev \ make \ python-yaml \ + python3-sphinx \ sparse \ texinfo \ xfslibs-dev