From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1721A139083 for ; Wed, 6 Dec 2017 00:16:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67515E1161; Wed, 6 Dec 2017 00:16:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47695E1161 for ; Wed, 6 Dec 2017 00:16:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D93F33D3C7 for ; Wed, 6 Dec 2017 00:16:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD3C5AE8A for ; Wed, 6 Dec 2017 00:16:41 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1512519208.74fd23b21875a1be628f0ddb17b9bc6430cb0df0.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:repoman commit in: / X-VCS-Repository: proj/portage X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 74fd23b21875a1be628f0ddb17b9bc6430cb0df0 X-VCS-Branch: repoman Date: Wed, 6 Dec 2017 00:16:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3f20f421-41b9-4d06-b3be-9eef8e6b6e1e X-Archives-Hash: 17747a255381a91b2a9cb2caf87b76a3 commit: 74fd23b21875a1be628f0ddb17b9bc6430cb0df0 Author: El Acheche Anis ubuntu com> AuthorDate: Wed Jul 26 22:20:56 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Wed Dec 6 00:13:28 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=74fd23b2 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