dev-python/jeepney: Port to py39

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-27 07:46:36 +02:00
parent 536b8dc174
commit 6b604a022b

View File

@@ -3,7 +3,8 @@
EAPI=7
PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
inherit distutils-r1
@@ -17,7 +18,7 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="examples"
BDEPEND="
test? ( dev-python/testpath[${PYTHON_USEDEP}] )
test? ( dev-python/testpath[${PYTHON_USEDEP}] )
"
distutils_enable_tests pytest