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 4191E15803E for ; Sun, 31 Dec 2023 19:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 821992BC027; Sun, 31 Dec 2023 19:35:12 +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 648232BC027 for ; Sun, 31 Dec 2023 19:35:12 +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 4A377335D7B for ; Sun, 31 Dec 2023 19:35:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC34599E for ; Sun, 31 Dec 2023 19:35:09 +0000 (UTC) From: "Moritz Brunner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Moritz Brunner" Message-ID: <1704051298.75cddc79d0c1300954ce89c8f0abad2605c60dc0.moritz.brunner+gentoo@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.6.ebuild X-VCS-Directories: dev-python/celery/ X-VCS-Committer: moritz.brunner+gentoo X-VCS-Committer-Name: Moritz Brunner X-VCS-Revision: 75cddc79d0c1300954ce89c8f0abad2605c60dc0 X-VCS-Branch: dev Date: Sun, 31 Dec 2023 19:35:09 +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: c991bbe7-d462-468f-b06d-f295721bec68 X-Archives-Hash: 1c47c7c5f5486e0a248e1644fd3a532c commit: 75cddc79d0c1300954ce89c8f0abad2605c60dc0 Author: Moritz Brunner posteo de> AuthorDate: Sun Dec 31 19:32:19 2023 +0000 Commit: Moritz Brunner posteo de> CommitDate: Sun Dec 31 19:34:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75cddc79 dev-python/celery: Add missing dependency to python-dateutil Generating the documentation with USE=doc fails without this package. Furthermore, it is listed in requirements/default.txt as global runtime dependency. Closes: https://bugs.gentoo.org/920205 Signed-off-by: Moritz Brunner posteo.de> dev-python/celery/celery-5.3.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/celery/celery-5.3.6.ebuild b/dev-python/celery/celery-5.3.6.ebuild index 9381094487..2245d6e3cb 100644 --- a/dev-python/celery/celery-5.3.6.ebuild +++ b/dev-python/celery/celery-5.3.6.ebuild @@ -30,6 +30,7 @@ RDEPEND=" dev-python/click-didyoumean[${PYTHON_USEDEP}] dev-python/click-plugins[${PYTHON_USEDEP}] dev-python/click-repl[${PYTHON_USEDEP}] + >=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}] >=dev-python/kombu-5.3.0_beta1[${PYTHON_USEDEP}]