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 8DA49158004 for ; Tue, 25 Jul 2023 04:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73827E08E0; Tue, 25 Jul 2023 04:59:41 +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 5E553E08E0 for ; Tue, 25 Jul 2023 04:59:41 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1F57341529 for ; Tue, 25 Jul 2023 04:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7C60DCC for ; Tue, 25 Jul 2023 04:59:37 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1690230206.395916523b0c06eecd602a231aff96fe8668b37e.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-benchmark/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild X-VCS-Directories: dev-python/pytest-benchmark/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 395916523b0c06eecd602a231aff96fe8668b37e X-VCS-Branch: master Date: Tue, 25 Jul 2023 04:59:37 +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: 731cdd70-9f59-4054-8892-4e999a32e9aa X-Archives-Hash: b208cf795567536e1aeb93d6ed845feb commit: 395916523b0c06eecd602a231aff96fe8668b37e Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Jul 24 20:23:09 2023 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Mon Jul 24 20:23:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39591652 dev-python/pytest-benchmark: rename dep Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild b/dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild index 1baabf8e2..91438a338 100644 --- a/dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild +++ b/dev-python/pytest-benchmark/pytest-benchmark-4.0.0.ebuild @@ -29,7 +29,7 @@ RDEPEND=" BDEPEND=" test? ( dev-python/aspectlib[${PYTHON_USEDEP}] - dev-python/elasticsearch-py[${PYTHON_USEDEP}] + dev-python/elasticsearch[${PYTHON_USEDEP}] dev-python/freezegun[${PYTHON_USEDEP}] dev-python/hunter[${PYTHON_USEDEP}] dev-python/pygal[${PYTHON_USEDEP}]