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 D5CA7158087 for ; Thu, 30 Dec 2021 14:34:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08E732BC091; Thu, 30 Dec 2021 14:34:39 +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 E53652BC060 for ; Thu, 30 Dec 2021 14:34:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A3A2134316A for ; Thu, 30 Dec 2021 14:34:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31229288 for ; Thu, 30 Dec 2021 14:34:35 +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: <1640779643.e8cb0f2b710923e5e2ee7ef112a7a331b80c7b2c.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/Pyro5/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/Pyro5/Pyro5-5.13.ebuild X-VCS-Directories: dev-python/Pyro5/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: e8cb0f2b710923e5e2ee7ef112a7a331b80c7b2c X-VCS-Branch: master Date: Thu, 30 Dec 2021 14:34:35 +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: 18b1dc89-a86a-419e-8870-3a9f67a31896 X-Archives-Hash: 8f07f5872ce7e5d9fabeb59243a3f8f4 commit: e8cb0f2b710923e5e2ee7ef112a7a331b80c7b2c Author: Viorel Munteanu gmail com> AuthorDate: Wed Dec 29 11:57:02 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Dec 29 12:07:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8cb0f2b dev-python/Pyro5: remove unneeded pytest dep Signed-off-by: Viorel Munteanu gmail.com> dev-python/Pyro5/Pyro5-5.13.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/Pyro5/Pyro5-5.13.ebuild b/dev-python/Pyro5/Pyro5-5.13.ebuild index 670c7c5c8..642fcb897 100644 --- a/dev-python/Pyro5/Pyro5-5.13.ebuild +++ b/dev-python/Pyro5/Pyro5-5.13.ebuild @@ -19,9 +19,7 @@ DEPEND=" >=dev-python/serpent-1.40[${PYTHON_USEDEP}] " RDEPEND="${DEPEND}" -BDEPEND=" - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) -" +BDEPEND="" distutils_enable_tests pytest