Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:repoman commit in: /
Date: Fri, 30 Mar 2018 05:21:39
Message-Id: 1522381881.7141699c821b9f5075f1e1ed2141f330c9917968.zmedico@gentoo
1 commit: 7141699c821b9f5075f1e1ed2141f330c9917968
2 Author: El Acheche Anis <elacheche <AT> ubuntu <DOT> com>
3 AuthorDate: Wed Jul 26 22:20:56 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 03:51:21 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7141699c
7
8 repoman: .travis.yml: pyyaml python module is needed for builds
9
10 .travis.yml | 2 ++
11 1 file changed, 2 insertions(+)
12
13 diff --git a/.travis.yml b/.travis.yml
14 index ebcfbeab9..94ed2dcb1 100644
15 --- a/.travis.yml
16 +++ b/.travis.yml
17 @@ -16,6 +16,8 @@ install:
18 - "[[ ${TRAVIS_PYTHON_VERSION} == 3.[6789] ]] || pip install pyblake2"
19 # always install pygost for Streebog
20 - pip install pygost
21 + # pyyaml is needed for building
22 + - pip install pyyaml
23
24 script:
25 - printf "[build_ext]\nportage-ext-modules=true" >> setup.cfg