change python dependencies in gentoo ebuild

This commit is contained in:
2023-03-30 14:27:58 +02:00
parent 56b19120f4
commit 5a019f1352

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_SETUPTOOLS=rdepend
SCM=""