commit: 7141699c821b9f5075f1e1ed2141f330c9917968
Author: El Acheche Anis <elacheche <AT> ubuntu <DOT> com>
AuthorDate: Wed Jul 26 22:20:56 2017 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 03:51:21 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7141699c
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