commit: 10a693bf4dd6f72ee3fbb3465dab1b3635feaf1f 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: Thu Mar 29 20:43:41 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=10a693bf
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 ebcfbeab9..94ed2dcb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,8 @@ install: - "[[ ${TRAVIS_PYTHON_VERSION} == 3.[6789] ]] || pip install pyblake2" # 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