dev-python/qdarkstyle: enable python3.10

Closes: https://bugs.gentoo.org/809122
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2021-10-20 13:28:52 +02:00
parent b21e090c9a
commit 1bf3664a42

View File

@@ -3,8 +3,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{7,8,9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1 optfeature
@@ -20,6 +19,8 @@ KEYWORDS="amd64 x86"
# TODO: Figure out how to get this to work
# Please pass a palette class in order to create its qrc file
# This appears to be fundamentally broken: test calls create_qss() without
# argument and that function does sys.exit(1) if the argument is None.
RESTRICT="test"
RDEPEND=">=dev-python/QtPy-1.7[gui,${PYTHON_USEDEP}]"