dev-python/autopep8: enable py3.10, drop unused test dependency

Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
Louis Sautier
2021-08-07 22:46:54 +02:00
parent 995fdae11d
commit b053351161

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7..9} pypy3 )
PYTHON_COMPAT=( python3_{7..10} pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1
@@ -24,6 +24,5 @@ SLOT="0"
RDEPEND="
>=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]"
BDEPEND="test? ( dev-python/pydiff[${PYTHON_USEDEP}] )"
distutils_enable_tests setup.py