From 1ac1f5d5f5377c5c2c60282ac85ed7ec845060c6 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Wed, 1 Sep 2021 20:59:17 +0300 Subject: dev-python/pytest-flake8: enable py3.10 Signed-off-by: Arthur Zamarin --- dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'dev-python/pytest-flake8') diff --git a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild b/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild index 5c07f0c34d63..6398ac03bfb8 100644 --- a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild +++ b/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="py.test plugin for flake8" @@ -14,8 +14,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86" -RDEPEND=" - >=dev-python/flake8-3.5.0[${PYTHON_USEDEP}] - >=dev-python/pytest-3.5[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/flake8-3.5.0[${PYTHON_USEDEP}]" distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad