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 5401815810D for ; Tue, 30 May 2023 19:51:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C1E9E0999; Tue, 30 May 2023 19:51:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3208AE0999 for ; Tue, 30 May 2023 19:51:01 +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 4CAF434017A for ; Tue, 30 May 2023 19:51:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9B26A7F for ; Tue, 30 May 2023 19:50:58 +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: <1685476252.41a9806802089dcc6fc2ec6d4799eef67fcd6735.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.24.1.ebuild X-VCS-Directories: dev-python/httpx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 41a9806802089dcc6fc2ec6d4799eef67fcd6735 X-VCS-Branch: master Date: Tue, 30 May 2023 19:50:58 +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: d60b13ce-c7b4-45d0-b77f-5b25191689c8 X-Archives-Hash: d4e93472cdb9100a291014d0e49ab1a8 commit: 41a9806802089dcc6fc2ec6d4799eef67fcd6735 Author: Michał Górny gentoo org> AuthorDate: Tue May 30 19:43:27 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 30 19:50:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a98068 dev-python/httpx: Add missing test dep on app-arch/brotli[python] Signed-off-by: Michał Górny gentoo.org> dev-python/httpx/httpx-0.24.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/httpx/httpx-0.24.1.ebuild b/dev-python/httpx/httpx-0.24.1.ebuild index 0912c3ade94e..7e376b09cf00 100644 --- a/dev-python/httpx/httpx-0.24.1.ebuild +++ b/dev-python/httpx/httpx-0.24.1.ebuild @@ -39,6 +39,7 @@ RDEPEND=" BDEPEND=" dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}] test? ( + app-arch/brotli[python,${PYTHON_USEDEP}] dev-python/anyio[${PYTHON_USEDEP}] dev-python/brotlicffi[${PYTHON_USEDEP}] dev-python/cryptography[${PYTHON_USEDEP}]