commit: 1ac1f5d5f5377c5c2c60282ac85ed7ec845060c6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 1 17:59:17 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 1 18:30:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac1f5d5
dev-python/pytest-flake8: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
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 5c07f0c34d6..6398ac03bfb 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