travis: get python installed while building a docker image

coverity.sh tries to run python, so it should be installed
to make everything work.

According to https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3#Current_status,
python seems to be the right name of the package.

Closes https://github.com/systemd/systemd/issues/9186.
This commit is contained in:
Evegeny Vereshchagin 2018-06-03 23:41:09 +00:00 committed by Evgeny Vereshchagin
parent d460333bb2
commit 707fe958b7
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
dnf-plugins-core
meson
ninja-build
python