commit:     2f5bd08736816c8edecfa87d57112932f1eb0e05
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 13 20:12:22 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 14 13:58:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5bd087

dev-python/pyvirtualdisplay: enable py3.10

Tested by deselecting tests/test_smart.py::test_empty

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pyvirtualdisplay/pyvirtualdisplay-2.2.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/pyvirtualdisplay/pyvirtualdisplay-2.2.ebuild 
b/dev-python/pyvirtualdisplay/pyvirtualdisplay-2.2.ebuild
index 96aa8f86201..d7ba582ae83 100644
--- a/dev-python/pyvirtualdisplay/pyvirtualdisplay-2.2.ebuild
+++ b/dev-python/pyvirtualdisplay/pyvirtualdisplay-2.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -26,8 +26,9 @@ RESTRICT="test"
 RDEPEND="dev-python/easyprocess[${PYTHON_USEDEP}]"
 BDEPEND="
        test? (
-               $(python_gen_cond_dep \
-                       'dev-python/backports-tempfile[${PYTHON_USEDEP}]' 
python3_7 python3_8 )
+               $(python_gen_cond_dep '
+                       dev-python/backports-tempfile[${PYTHON_USEDEP}]
+               ' python3_8 )
                dev-python/entrypoint2[${PYTHON_USEDEP}]
                dev-python/path-py[${PYTHON_USEDEP}]
                dev-python/pillow[${PYTHON_USEDEP}]

Reply via email to