dev-python/plyvel: add Python 3.9 support

Package-Manager: Portage-3.0.3, Repoman-2.3.23
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
Louis Sautier
2020-09-05 00:04:44 +02:00
parent 1ad11abef5
commit 8cbedc105e

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
inherit distutils-r1
@@ -24,6 +24,7 @@ DEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
)
"
distutils_enable_sphinx doc
python_test() {