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 C7491158086 for ; Wed, 29 Dec 2021 12:08:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4B172BC02B; Wed, 29 Dec 2021 12:08:03 +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 B7AF32BC02B for ; Wed, 29 Dec 2021 12:08:03 +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 A0437342D82 for ; Wed, 29 Dec 2021 12:08:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A72D26D for ; Wed, 29 Dec 2021 12:07:59 +0000 (UTC) From: "Viorel Munteanu" 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" Message-ID: <1640779643.b4311131d93099b2def1bd4e8a73487f4c76d376.viorel_munteanu@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/keyrings-alt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild X-VCS-Directories: dev-python/keyrings-alt/ X-VCS-Committer: viorel_munteanu X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: b4311131d93099b2def1bd4e8a73487f4c76d376 X-VCS-Branch: dev Date: Wed, 29 Dec 2021 12:07:59 +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: 6210711d-399e-4fd4-b36b-2e39fe499ae5 X-Archives-Hash: 2c11fe7f13051806eeb19db2e7c2de06 commit: b4311131d93099b2def1bd4e8a73487f4c76d376 Author: Viorel Munteanu gmail com> AuthorDate: Wed Dec 29 12:01:38 2021 +0000 Commit: Viorel Munteanu gmail com> CommitDate: Wed Dec 29 12:07:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4311131 dev-python/keyrings-alt: fix deps Signed-off-by: Viorel Munteanu gmail.com> dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild b/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild index 01d3cd9b7..2bb0bc784 100644 --- a/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild +++ b/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild @@ -18,12 +18,10 @@ KEYWORDS="~amd64 ~x86" DEPEND=" dev-python/keyring[${PYTHON_USEDEP}] - >=dev-python/setuptools-56.0.0[${PYTHON_USEDEP}] - >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}] " RDEPEND="${DEPEND}" BDEPEND=" - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) + >=dev-python/setuptools_scm-3.4.1[${PYTHON_USEDEP}] " distutils_enable_tests pytest