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 24CC8138AE9 for ; Sun, 26 Nov 2017 17:47:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEF76E0EE1; Sun, 26 Nov 2017 17:46:51 +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 AFD4CE0EDE for ; Sun, 26 Nov 2017 17:46:51 +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 DFBF633C770 for ; Sun, 26 Nov 2017 17:46:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98493A87E for ; Sun, 26 Nov 2017 17:46:47 +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: <1511717541.e182d0dd7d013286bd11f8bf9b6688a282ffd1c4.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: e182d0dd7d013286bd11f8bf9b6688a282ffd1c4 X-VCS-Branch: repoman Date: Sun, 26 Nov 2017 17:46:47 +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: 13d106c0-bd76-4977-993c-03bf3a01dd1d X-Archives-Hash: cb053d2e2fa82541718c165a755c15d7 commit: e182d0dd7d013286bd11f8bf9b6688a282ffd1c4 Author: El Acheche Anis ubuntu com> AuthorDate: Wed Jul 26 22:20:56 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sun Nov 26 17:32:21 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e182d0dd 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