From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1353567-garchives=archives.gentoo.org@lists.gentoo.org> 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 56D08158086 for <garchives@archives.gentoo.org>; Wed, 29 Dec 2021 12:08:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD7812BC001; Wed, 29 Dec 2021 12:08:02 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 460632BC00A for <gentoo-commits@lists.gentoo.org>; Wed, 29 Dec 2021 12:08:02 +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 2ABC5342D73 for <gentoo-commits@lists.gentoo.org>; Wed, 29 Dec 2021 12:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 029F9261 for <gentoo-commits@lists.gentoo.org>; Wed, 29 Dec 2021 12:07:59 +0000 (UTC) From: "Viorel Munteanu" <ceamac.paragon@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" <ceamac.paragon@gmail.com> Message-ID: <1640779643.e8cb0f2b710923e5e2ee7ef112a7a331b80c7b2c.viorel_munteanu@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: viorel_munteanu X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: e8cb0f2b710923e5e2ee7ef112a7a331b80c7b2c X-VCS-Branch: dev Date: Wed, 29 Dec 2021 12:07:59 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8cd0c8f0-697b-4503-a7ec-5ce7b067dbb8 X-Archives-Hash: 56196804fe17cab8648fc70a29f6e5de commit: e8cb0f2b710923e5e2ee7ef112a7a331b80c7b2c Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com> AuthorDate: Wed Dec 29 11:57:02 2021 +0000 Commit: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com> 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 <ceamac.paragon <AT> 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