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 9A04815ACFB for ; Thu, 13 Apr 2023 19:52:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA7BEE07D0; Thu, 13 Apr 2023 19:52:31 +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 9D9BAE07D0 for ; Thu, 13 Apr 2023 19:52: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 C4503340CEA for ; Thu, 13 Apr 2023 19:52:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 230C6A3F for ; Thu, 13 Apr 2023 19:52:29 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1681399912.b2278f3fe423483a27490b88aa2fec57e82011a7.flow@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.3.0_beta1-r1.ebuild X-VCS-Directories: dev-python/celery/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: b2278f3fe423483a27490b88aa2fec57e82011a7 X-VCS-Branch: master Date: Thu, 13 Apr 2023 19:52:29 +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: 23d298b8-6120-45a0-ad9c-f49812675686 X-Archives-Hash: f28d8cb7c1c3bfba23d321bb32b2ba09 commit: b2278f3fe423483a27490b88aa2fec57e82011a7 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Apr 13 15:31:52 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Apr 13 15:31:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b2278f3f dev-python/celery: disable Pyro4 optfeature Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/celery/celery-5.3.0_beta1-r1.ebuild | 1 - 1 file changed, 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 d46c2fc2d..cf6b66d62 100644 --- a/dev-python/celery/celery-5.3.0_beta1-r1.ebuild +++ b/dev-python/celery/celery-5.3.0_beta1-r1.ebuild @@ -114,7 +114,6 @@ pkg_postinst() { #optfeature "couchbase support" dev-python/couchbase optfeature "redis support" dev-python/redis-py optfeature "auth support" dev-python/pyopenssl - optfeature "pyro support" dev-python/Pyro4 optfeature "yaml support" dev-python/pyyaml optfeature "memcache support" dev-python/pylibmc optfeature "mongodb support" dev-python/pymongo