summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvegeny Vereshchagin <evvers@ya.ru>2018-06-03 23:41:09 +0000
committerEvgeny Vereshchagin <evvers@ya.ru>2018-06-05 02:03:05 +0300
commit707fe958b72c2bed8d154a38c697e61f9469421c (patch)
treebcb7957cd25d142d60ff310c412b71c8c6f89761
parentd460333bb231c52caaa85e9b035c8405d1fc5632 (diff)
downloadsystemd-707fe958b72c2bed8d154a38c697e61f9469421c.tar.gz
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.
-rw-r--r--travis-ci/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis-ci/requirements.txt b/travis-ci/requirements.txt
index f2dbae4b38..9928e3fc87 100644
--- a/travis-ci/requirements.txt
+++ b/travis-ci/requirements.txt
@@ -1,3 +1,4 @@
dnf-plugins-core
meson
ninja-build
+python