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 5D0401382C5 for ; Fri, 30 Mar 2018 04:23:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F16AE0991; Fri, 30 Mar 2018 04:23: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 184C6E0991 for ; Fri, 30 Mar 2018 04:23:46 +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 2660E335D36 for ; Fri, 30 Mar 2018 04:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 346E3281 for ; Fri, 30 Mar 2018 04:23:41 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1522381881.7141699c821b9f5075f1e1ed2141f330c9917968.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 7141699c821b9f5075f1e1ed2141f330c9917968 X-VCS-Branch: master Date: Fri, 30 Mar 2018 04:23: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: d7770a21-9f45-4e9d-a6d0-54396d7011af X-Archives-Hash: 1a40fa6e41526e46792315d6e7d7f8ae commit: 7141699c821b9f5075f1e1ed2141f330c9917968 Author: El Acheche Anis ubuntu com> AuthorDate: Wed Jul 26 22:20:56 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Mar 30 03:51:21 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7141699c 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 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 2436E1382C5 for ; Fri, 30 Mar 2018 05:21:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B022E079C; Fri, 30 Mar 2018 05:20:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 DC0D0E09C4 for ; Fri, 30 Mar 2018 05:20:53 +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 BC130335D41 for ; Fri, 30 Mar 2018 05:20:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15AE4283 for ; Fri, 30 Mar 2018 05:20:48 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1522381881.7141699c821b9f5075f1e1ed2141f330c9917968.zmedico@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: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 7141699c821b9f5075f1e1ed2141f330c9917968 X-VCS-Branch: repoman Date: Fri, 30 Mar 2018 05:20:48 +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: 30d13cff-586c-4029-9891-9ce1a6408617 X-Archives-Hash: 87a7639098445dee7292f91e8743e8e7 Message-ID: <20180330052048.84BGTQ6Y0g_5f-qWd_g1UokCDl3zedKCwCHocqmx66o@z> commit: 7141699c821b9f5075f1e1ed2141f330c9917968 Author: El Acheche Anis ubuntu com> AuthorDate: Wed Jul 26 22:20:56 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Mar 30 03:51:21 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7141699c 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