commit: e182d0dd7d013286bd11f8bf9b6688a282ffd1c4
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: Sun Nov 26 17:32:21 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e182d0dd
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