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 7350D1382C5 for ; Fri, 30 Mar 2018 00:49:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 574DEE098E; Fri, 30 Mar 2018 00:48:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 311ADE098E for ; Fri, 30 Mar 2018 00:48:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C36FB335D2F for ; Fri, 30 Mar 2018 00:48:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE7C4282 for ; Fri, 30 Mar 2018 00:48:53 +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: <1522370627.95a1a0d7ca46594c3cb4f7ab578ad5b984fe3243.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: 95a1a0d7ca46594c3cb4f7ab578ad5b984fe3243 X-VCS-Branch: repoman Date: Fri, 30 Mar 2018 00:48:53 +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: 41d0f7a7-7487-495d-85be-7aaceee3d2d4 X-Archives-Hash: 0d517b719e66564a8f7f4c76dca225eb commit: 95a1a0d7ca46594c3cb4f7ab578ad5b984fe3243 Author: El Acheche Anis ubuntu com> AuthorDate: Wed Jul 26 22:20:56 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Fri Mar 30 00:43:47 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=95a1a0d7 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