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 70E3A15800F for ; Wed, 8 Feb 2023 22:10:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 343BAE07EA; Wed, 8 Feb 2023 22:10:09 +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 10A55E07EA for ; Wed, 8 Feb 2023 22:10:08 +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 B03F933E362 for ; Wed, 8 Feb 2023 22:10:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE3E7531 for ; Wed, 8 Feb 2023 22:10:05 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1675894162.1ebe795c842826b0017a9ba4fa6f954267bf8bd7.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/celery/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/celery/celery-5.3.0_beta1-r1.ebuild X-VCS-Directories: dev-python/celery/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 1ebe795c842826b0017a9ba4fa6f954267bf8bd7 X-VCS-Branch: dev Date: Wed, 8 Feb 2023 22:10:05 +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: bbb218c1-4337-4a41-9948-aca86ff673c2 X-Archives-Hash: ad9b20c5ab0c708a6cc728044d0fe5e0 commit: 1ebe795c842826b0017a9ba4fa6f954267bf8bd7 Author: Julien Roy jroy ca> AuthorDate: Wed Feb 8 22:09:22 2023 +0000 Commit: Julien Roy jroy ca> CommitDate: Wed Feb 8 22:09:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ebe795c dev-python/celery: dev-python/{redis-py -> redis} Signed-off-by: Julien Roy jroy.ca> dev-python/celery/celery-5.3.0_beta1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/celery/celery-5.3.0_beta1-r1.ebuild b/dev-python/celery/celery-5.3.0_beta1-r1.ebuild index dc527d4aa..d46c2fc2d 100644 --- a/dev-python/celery/celery-5.3.0_beta1-r1.ebuild +++ b/dev-python/celery/celery-5.3.0_beta1-r1.ebuild @@ -51,7 +51,7 @@ BDEPEND=" dev-python/pytest-subtests[${PYTHON_USEDEP}] >=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}] >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] - dev-python/redis-py[${PYTHON_USEDEP}] + dev-python/redis[${PYTHON_USEDEP}] dev-python/sphinx-testing[${PYTHON_USEDEP}] dev-python/tblib[${PYTHON_USEDEP}] sci-astronomy/pyephem[${PYTHON_USEDEP}]