projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d460333
)
travis: get python installed while building a docker image
author
Evegeny Vereshchagin
<evvers@ya.ru>
Sun, 3 Jun 2018 23:41:09 +0000
(23:41 +0000)
committer
Evgeny 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
patch
|
blob
|
history
diff --git
a/travis-ci/requirements.txt
b/travis-ci/requirements.txt
index f2dbae4b384c92cf4f2ce8b36d9b2217ce1a02b8..9928e3fc87ef02790f8dcd34c0d65ef99477420f 100644
(file)
--- a/
travis-ci/requirements.txt
+++ b/
travis-ci/requirements.txt
@@
-1,3
+1,4
@@
dnf-plugins-core
meson
ninja-build
+python