From: Evegeny Vereshchagin Date: Sun, 3 Jun 2018 23:41:09 +0000 (+0000) Subject: travis: get python installed while building a docker image X-Git-Tag: v239~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=707fe958b72c2bed8d154a38c697e61f9469421c;p=thirdparty%2Fsystemd.git 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. --- diff --git a/travis-ci/requirements.txt b/travis-ci/requirements.txt index f2dbae4b384..9928e3fc87e 100644 --- a/travis-ci/requirements.txt +++ b/travis-ci/requirements.txt @@ -1,3 +1,4 @@ dnf-plugins-core meson ninja-build +python