diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2020-03-23 16:15:12 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2020-03-27 13:43:20 +0000 |
commit | 6d8e7738b0375d9bf247b73ed4739f741df03f21 (patch) | |
tree | 9038b15ae824c125d43edc9decdf57981c77ed20 /tests/docker/dockerfiles/fedora.docker | |
parent | 9274ae32c34971c2bb3a640ec265e886cdd438c9 (diff) |
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>
Diffstat (limited to 'tests/docker/dockerfiles/fedora.docker')
-rw-r--r-- | tests/docker/dockerfiles/fedora.docker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docker/dockerfiles/fedora.docker b/tests/docker/dockerfiles/fedora.docker index 019eb12dcb..174979c7af 100644 --- a/tests/docker/dockerfiles/fedora.docker +++ b/tests/docker/dockerfiles/fedora.docker @@ -79,8 +79,8 @@ ENV PACKAGES \ perl-Test-Harness \ pixman-devel \ python3 \ + python3-PyYAML \ python3-sphinx \ - PyYAML \ rdma-core-devel \ SDL2-devel \ snappy-devel \ |