From 707fe958b72c2bed8d154a38c697e61f9469421c Mon Sep 17 00:00:00 2001 From: Evegeny Vereshchagin Date: Sun, 3 Jun 2018 23:41:09 +0000 Subject: 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. --- travis-ci/requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'travis-ci') 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 -- cgit v1.2.3-65-gdbad