summaryrefslogtreecommitdiffstats
path: root/travis-ci/requirements.txt
diff options
context:
space:
mode:
authorEvegeny Vereshchagin <evvers@ya.ru>2018-06-04 01:41:09 +0200
committerEvgeny Vereshchagin <evvers@ya.ru>2018-06-05 01:03:05 +0200
commit707fe958b72c2bed8d154a38c697e61f9469421c (patch)
treebcb7957cd25d142d60ff310c412b71c8c6f89761 /travis-ci/requirements.txt
parentMerge pull request #9184 from msekletar/travis-followups (diff)
downloadsystemd-707fe958b72c2bed8d154a38c697e61f9469421c.tar.xz
systemd-707fe958b72c2bed8d154a38c697e61f9469421c.zip
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.
Diffstat (limited to '')
-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