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 457FB15800F for ; Fri, 17 Feb 2023 08:52:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21453E0891; Fri, 17 Feb 2023 08:52:28 +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 DDED7E088C for ; Fri, 17 Feb 2023 08:52:27 +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 CD67034111F for ; Fri, 17 Feb 2023 08:52:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 350BD8B4 for ; Fri, 17 Feb 2023 08:52:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1676623881.1d55010b366a4d50b737697a44ec0c3e6fdd06ec.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ioflo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ioflo/ioflo-2.0.2-r3.ebuild X-VCS-Directories: dev-python/ioflo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1d55010b366a4d50b737697a44ec0c3e6fdd06ec X-VCS-Branch: master Date: Fri, 17 Feb 2023 08:52:25 +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: 13837ce6-90b0-4736-ae66-308fff89bdfc X-Archives-Hash: 0af0e3f89324d0725b904078149ffc38 commit: 1d55010b366a4d50b737697a44ec0c3e6fdd06ec Author: Sam James gentoo org> AuthorDate: Fri Feb 17 08:32:41 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 17 08:51:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d55010b dev-python/ioflo: drop py3.7 cruft Signed-off-by: Sam James gentoo.org> dev-python/ioflo/ioflo-2.0.2-r3.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dev-python/ioflo/ioflo-2.0.2-r3.ebuild b/dev-python/ioflo/ioflo-2.0.2-r3.ebuild index 9e19ae329e46..df2d9b3131ce 100644 --- a/dev-python/ioflo/ioflo-2.0.2-r3.ebuild +++ b/dev-python/ioflo/ioflo-2.0.2-r3.ebuild @@ -14,15 +14,11 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" -IUSE="test" -RDEPEND=" - $(python_gen_cond_dep '>=dev-lang/python-3.7.4' python3_7) -" -BDEPEND="${RDEPEND} +BDEPEND=" test? ( - dev-python/pytest-salt-factories[${PYTHON_USEDEP}] app-admin/salt[${PYTHON_USEDEP}] + dev-python/pytest-salt-factories[${PYTHON_USEDEP}] ) "