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: Tue, 05 Dec 2017 18:32:23
Message-Id: 1512498290.79f19998e2b5a2f14cf2b48f1665dffc23e33a87.dolsen@gentoo
1 commit: 79f19998e2b5a2f14cf2b48f1665dffc23e33a87
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: Tue Dec 5 18:24:50 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=79f19998
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