Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:repoman commit in: /
Date: Fri, 30 Mar 2018 00:49:10
Message-Id: 1522370627.95a1a0d7ca46594c3cb4f7ab578ad5b984fe3243.dolsen@gentoo
1 commit: 95a1a0d7ca46594c3cb4f7ab578ad5b984fe3243
2 Author: El Acheche Anis <elacheche <AT> ubuntu <DOT> com>
3 AuthorDate: Wed Jul 26 22:20:56 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 00:43:47 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=95a1a0d7
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