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.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 9F5AB158086 for ; Tue, 21 Dec 2021 09:43:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F586E0826; Tue, 21 Dec 2021 09:43:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 CAF2DE0830 for ; Tue, 21 Dec 2021 09:43:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 03C123432F8 for ; Tue, 21 Dec 2021 09:42:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 313FD263 for ; Tue, 21 Dec 2021 09:42:57 +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: <1640079771.31003ab17739a217e4bea7ab1b9ab22b203026c3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/httpx/httpx-0.21.1.ebuild X-VCS-Directories: dev-python/httpx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 31003ab17739a217e4bea7ab1b9ab22b203026c3 X-VCS-Branch: master Date: Tue, 21 Dec 2021 09:42:57 +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: ec700db9-de8a-40bc-a003-595fcc299d11 X-Archives-Hash: 4893c27c7ff2dc092b65d9e0c6cecaff commit: 31003ab17739a217e4bea7ab1b9ab22b203026c3 Author: Michał Górny gentoo org> AuthorDate: Tue Dec 21 07:46:41 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 21 09:42:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31003ab1 dev-python/httpx: Dep on trio Closes: https://bugs.gentoo.org/829744 Signed-off-by: Michał Górny gentoo.org> dev-python/httpx/httpx-0.21.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/httpx/httpx-0.21.1.ebuild b/dev-python/httpx/httpx-0.21.1.ebuild index 7a7b38bdf26d..2e4278bb8f73 100644 --- a/dev-python/httpx/httpx-0.21.1.ebuild +++ b/dev-python/httpx/httpx-0.21.1.ebuild @@ -39,6 +39,8 @@ BDEPEND=" dev-python/cryptography[${PYTHON_USEDEP}] dev-python/h2[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/pytest-trio[${PYTHON_USEDEP}] + dev-python/trio[${PYTHON_USEDEP}] dev-python/trustme[${PYTHON_USEDEP}] dev-python/typing-extensions[${PYTHON_USEDEP}] dev-python/uvicorn[${PYTHON_USEDEP}]