diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-13 23:12:22 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-14 16:58:19 +0300 |
commit | 2f5bd08736816c8edecfa87d57112932f1eb0e05 (patch) | |
tree | 49df0b0c228793b357e41ddc9e2e30e6a851082c /dev-python/pyvirtualdisplay | |
parent | dev-python/vncdotool: enable py3.10, fix deps (diff) | |
download | gentoo-2f5bd08736816c8edecfa87d57112932f1eb0e05.tar.gz gentoo-2f5bd08736816c8edecfa87d57112932f1eb0e05.tar.bz2 gentoo-2f5bd08736816c8edecfa87d57112932f1eb0e05.zip |
dev-python/pyvirtualdisplay: enable py3.10
Tested by deselecting tests/test_smart.py::test_empty
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pyvirtualdisplay')
-rw-r--r-- | dev-python/pyvirtualdisplay/pyvirtualdisplay-2.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/pyvirtualdisplay/pyvirtualdisplay-2.2.ebuild b/dev-python/pyvirtualdisplay/pyvirtualdisplay-2.2.ebuild index 96aa8f862014..d7ba582ae838 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}] |