commit:     05068f028ced074c7cb78aa3e21be434555e4be6
Author:     El Acheche Anis <elacheche <AT> ubuntu <DOT> com>
AuthorDate: Wed Jul 26 22:20:56 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 16:13:35 2017 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=05068f02

repoman: .travis.yml: pyyaml python module is needed for builds

 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 20078530e..386591a14 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,6 +14,8 @@ install:
     - "[[ ${TRAVIS_PYTHON_VERSION} == 3.[6789] || ${TRAVIS_PYTHON_VERSION} == 
pypy ]] || pip install pysha3"
     # always install pygost for Streebog
     - pip install pygost
+    # pyyaml is needed for building
+    - pip install pyyaml
 
 script:
     - printf "[build_ext]\nportage-ext-modules=true" >> setup.cfg

Reply via email to