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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 402A813835B for ; Thu, 17 Jun 2021 05:55:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 394D9E081E; Thu, 17 Jun 2021 05:55:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21FC8E081B for ; Thu, 17 Jun 2021 05:55:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52BB5340E55 for ; Thu, 17 Jun 2021 05:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB6FC7B0 for ; Thu, 17 Jun 2021 05:55:45 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1623799705.8c75710410ad41d51251bf57f462677bd416583c.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/celery/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/celery/celery-5.1.0.ebuild X-VCS-Directories: dev-python/celery/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 8c75710410ad41d51251bf57f462677bd416583c X-VCS-Branch: master Date: Thu, 17 Jun 2021 05:55:45 +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: a23b62a3-12fb-4ed9-bf59-1fc68839d5d2 X-Archives-Hash: 2f5a2d2562d74b182d44dff7858ee9ac commit: 8c75710410ad41d51251bf57f462677bd416583c Author: Alessandro Barbieri gmail com> AuthorDate: Tue Jun 15 19:44:39 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Tue Jun 15 23:28:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c757104 dev-python/celery: remove dependency Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/celery/celery-5.1.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/celery/celery-5.1.0.ebuild b/dev-python/celery/celery-5.1.0.ebuild index 3f2ff0b55..c200bfdd9 100644 --- a/dev-python/celery/celery-5.1.0.ebuild +++ b/dev-python/celery/celery-5.1.0.ebuild @@ -23,7 +23,7 @@ KEYWORDS="~amd64" # There are a number of other optional 'extras' IUSE="examples" #RESTRICT="!test? ( test )" -RESTRICT="test" #amqp wants vine.five +RESTRICT="test" # 'celery' not found in `markers` configuration option RDEPEND=" >=dev-python/billiard-3.6.4.0[${PYTHON_USEDEP}] @@ -49,7 +49,6 @@ DEPEND=" dev-python/pytest-celery[${PYTHON_USEDEP}] dev-python/pytest-subtests[${PYTHON_USEDEP}] >=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}] - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}] >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] >=dev-python/pyzmq-13.1.0[${PYTHON_USEDEP}] )