pyvnc: update deps, minor qa

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-06-20 14:25:56 -04:00
parent 95585ad455
commit f0b7281bf5
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -1,9 +1,10 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
MY_PN="pyVNC"
@ -30,7 +31,7 @@ IUSE=""
RDEPEND="dev-python/twisted[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pygame[${PYTHON_USEDEP}]
dev-python/service_identity[${PYTHON_USEDEP}]
dev-python/service-identity[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"