From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1350525-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 38FC3158086 for <garchives@archives.gentoo.org>; Fri, 17 Dec 2021 11:19:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E6352BC010; Fri, 17 Dec 2021 11:19:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BEF22BC010 for <gentoo-commits@lists.gentoo.org>; Fri, 17 Dec 2021 11:19:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47F4F34398D for <gentoo-commits@lists.gentoo.org>; Fri, 17 Dec 2021 11:19:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D29F1DC for <gentoo-commits@lists.gentoo.org>; Fri, 17 Dec 2021 11:19:33 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1639739931.0f1c7b179ddbdb852f9d22ff53d1f7136d20ea3f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-socks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-socks/python-socks-2.0.1.ebuild X-VCS-Directories: dev-python/python-socks/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0f1c7b179ddbdb852f9d22ff53d1f7136d20ea3f X-VCS-Branch: master Date: Fri, 17 Dec 2021 11:19:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 05bb19c5-0850-4593-bb10-c8431e28d455 X-Archives-Hash: 5092cc626082e201e16d0eaa3c5f1574 commit: 0f1c7b179ddbdb852f9d22ff53d1f7136d20ea3f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Dec 17 11:18:51 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Dec 17 11:18:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1c7b17 dev-python/python-socks: Add a test dep on trio Closes: https://bugs.gentoo.org/829433 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/python-socks/python-socks-2.0.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/python-socks/python-socks-2.0.1.ebuild b/dev-python/python-socks/python-socks-2.0.1.ebuild index 94d2cb6ce6da..4f23e8503be8 100644 --- a/dev-python/python-socks/python-socks-2.0.1.ebuild +++ b/dev-python/python-socks/python-socks-2.0.1.ebuild @@ -26,6 +26,7 @@ BDEPEND=" test? ( $(python_gen_cond_dep ' >=dev-python/anyio-3.4.0[${PYTHON_USEDEP}] + dev-python/trio[${PYTHON_USEDEP}] ' 'python*') dev-python/async_timeout[${PYTHON_USEDEP}] dev-python/flask[${PYTHON_USEDEP}]