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 495FE158086 for ; Tue, 14 Dec 2021 12:29:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EDB92BC014; Tue, 14 Dec 2021 12:29:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6A8D32BC006 for ; Tue, 14 Dec 2021 12:29:31 +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 9C9D3342F61 for ; Tue, 14 Dec 2021 12:29:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0CF4D0 for ; Tue, 14 Dec 2021 12:29:27 +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: <1639484962.a9883c51a2f99ac380ddb21ddd19ad4eb34d68f0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httpretty/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/httpretty/httpretty-1.1.4.ebuild X-VCS-Directories: dev-python/httpretty/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a9883c51a2f99ac380ddb21ddd19ad4eb34d68f0 X-VCS-Branch: master Date: Tue, 14 Dec 2021 12:29:27 +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: 8598f543-1805-44f5-9c0b-ee85c9eef9e7 X-Archives-Hash: 679abdc7b0e40e36a7255c09aa767054 commit: a9883c51a2f99ac380ddb21ddd19ad4eb34d68f0 Author: Michał Górny gentoo org> AuthorDate: Tue Dec 14 10:31:36 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 14 12:29:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9883c51 dev-python/httpretty: Remove eventlet test dep Signed-off-by: Michał Górny gentoo.org> dev-python/httpretty/httpretty-1.1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/httpretty/httpretty-1.1.4.ebuild b/dev-python/httpretty/httpretty-1.1.4.ebuild index 221d67161863..65a13e0c7745 100644 --- a/dev-python/httpretty/httpretty-1.1.4.ebuild +++ b/dev-python/httpretty/httpretty-1.1.4.ebuild @@ -16,11 +16,11 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86" RDEPEND=" dev-python/urllib3[${PYTHON_USEDEP}]" +# eventlet is used only to test compat, and it doesn't support py3.10 # redis skipped as it requires a redis server running -DEPEND=" +BDEPEND=" test? ( >=dev-python/boto3-1.17.72[${PYTHON_USEDEP}] - dev-python/eventlet[${PYTHON_USEDEP}] dev-python/freezegun[${PYTHON_USEDEP}] dev-python/httplib2[${PYTHON_USEDEP}] >=dev-python/httpx-0.18.1[${PYTHON_USEDEP}]