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 52AE91382C5 for ; Tue, 19 May 2020 12:49:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9649CE089F; Tue, 19 May 2020 12:49:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7B56DE089F for ; Tue, 19 May 2020 12:49:08 +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 72C1E34F0B5 for ; Tue, 19 May 2020 12:49:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70CC7253 for ; Tue, 19 May 2020 12:49:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1589891814.14610ec4f56838ca2bc492152f65c66911d7926c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uvloop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/uvloop/uvloop-0.14.0.ebuild X-VCS-Directories: dev-python/uvloop/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 14610ec4f56838ca2bc492152f65c66911d7926c X-VCS-Branch: master Date: Tue, 19 May 2020 12:49:05 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8d498c7a-69e7-4a45-b0aa-5bd03b0a3f40 X-Archives-Hash: 3db3dce844171a4ef28ab2ad9b57d91d commit: 14610ec4f56838ca2bc492152f65c66911d7926c Author: Michał Górny gentoo org> AuthorDate: Tue May 19 12:36:54 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 19 12:36:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14610ec4 dev-python/uvloop: Add test-dep on psutil Closes: https://bugs.gentoo.org/723578 Signed-off-by: Michał Górny gentoo.org> dev-python/uvloop/uvloop-0.14.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/uvloop/uvloop-0.14.0.ebuild b/dev-python/uvloop/uvloop-0.14.0.ebuild index 56c764fe12b..0c4b130beda 100644 --- a/dev-python/uvloop/uvloop-0.14.0.ebuild +++ b/dev-python/uvloop/uvloop-0.14.0.ebuild @@ -24,7 +24,10 @@ DEPEND=" >=dev-python/alabaster-0.6.2[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] ) - test? ( dev-python/pyopenssl[${PYTHON_USEDEP}] ) + test? ( + dev-python/pyopenssl[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] + ) " python_prepare_all() {