dev-python/pyvirtualdisplay: add py3.9

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2021-04-07 17:22:25 +02:00
committed by Joonas Niilola
parent 35b6b39cc8
commit 2ef1571aa6

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
@@ -19,10 +19,15 @@ LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# pyvirtualdisplay.smartdisplay.DisplayTimeoutError: Timeout! elapsed time:60.3 timeout:60
# tests hang in xvfb
RESTRICT="test"
RDEPEND="dev-python/easyprocess[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/backports-tempfile[${PYTHON_USEDEP}]
$(python_gen_cond_dep \
'dev-python/backports-tempfile[${PYTHON_USEDEP}]' python3_7 python3_8 )
dev-python/entrypoint2[${PYTHON_USEDEP}]
dev-python/path-py[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]