]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
travis: get python installed while building a docker image
authorEvegeny Vereshchagin <evvers@ya.ru>
Sun, 3 Jun 2018 23:41:09 +0000 (23:41 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Mon, 4 Jun 2018 23:03:05 +0000 (02:03 +0300)
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

index f2dbae4b384c92cf4f2ce8b36d9b2217ce1a02b8..9928e3fc87ef02790f8dcd34c0d65ef99477420f 100644 (file)
@@ -1,3 +1,4 @@
 dnf-plugins-core
 meson
 ninja-build
+python