]> Git Repo - qemu.git/commitdiff
tests/docker: Install Sphinx in the Debian images
authorPhilippe Mathieu-Daudé <[email protected]>
Mon, 15 Jul 2019 17:48:09 +0000 (19:48 +0200)
committerAlex Bennée <[email protected]>
Tue, 23 Jul 2019 14:53:25 +0000 (15:53 +0100)
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é <[email protected]>
Message-Id: <20190715174817[email protected]>
Signed-off-by: Alex Bennée <[email protected]>
tests/docker/dockerfiles/debian10.docker
tests/docker/dockerfiles/debian9.docker

index aeeb151b5213faa72fc24f56807ac9dfdb7ae6ea..cf57d8218f614d2a950ee1915791e9a957adb0e1 100644 (file)
@@ -27,5 +27,6 @@ RUN DEBIAN_FRONTEND=noninteractive eatmydata \
         pkg-config \
         psmisc \
         python \
+        python3-sphinx \
         texinfo \
         $(apt-get -s build-dep qemu | egrep ^Inst | fgrep '[all]' | cut -d\  -f2)
index 5f23a35404f24607722569eabb944d887327aec3..52c589a7d64f5a6cedb61b6c4e1fe26d6c35893a 100644 (file)
@@ -27,5 +27,6 @@ RUN DEBIAN_FRONTEND=noninteractive eatmydata \
         pkg-config \
         psmisc \
         python \
+        python3-sphinx \
         texinfo \
         $(apt-get -s build-dep qemu | egrep ^Inst | fgrep '[all]' | cut -d\  -f2)
This page took 0.028105 seconds and 4 git commands to generate.