commit: 1d55010b366a4d50b737697a44ec0c3e6fdd06ec Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Feb 17 08:32:41 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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}] ) "
