tests/docker: Use Python3 PyYAML in the Fedora image

The Python2 PyYAML is now pointless, switch to the Python3 version.

Fixes: bcbf27947 (docker: move tests from python2 to python3)
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200322120104.21267-4-philmd@redhat.com>
Message-Id: <20200323161514.23952-10-alex.bennee@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé 2020-03-23 16:15:12 +00:00 committed by Alex Bennée
parent 9274ae32c3
commit 6d8e7738b0

View File

@ -79,8 +79,8 @@ ENV PACKAGES \
perl-Test-Harness \
pixman-devel \
python3 \
python3-PyYAML \
python3-sphinx \
PyYAML \
rdma-core-devel \
SDL2-devel \
snappy-devel \