aboutsummaryrefslogtreecommitdiff
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 /travis-ci
parentMerge pull request #9184 from msekletar/travis-followups (diff)
downloadsystemd-707fe958b72c2bed8d154a38c697e61f9469421c.tar.gz
systemd-707fe958b72c2bed8d154a38c697e61f9469421c.tar.bz2
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 'travis-ci')
-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 f2dbae4b3..9928e3fc8 100644
--- a/travis-ci/requirements.txt
+++ b/travis-ci/requirements.txt
@@ -1,3 +1,4 @@
dnf-plugins-core
meson
ninja-build
+python