dev-python/greeneye-monitor: enable py3.12
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,10 +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_{9..11} )
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Receive data packets from GreenEye Monitor (https://www.brultech.com/greeneye/)"
|
||||
@@ -22,7 +22,6 @@ DOCS="README.rst"
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]
|
||||
~dev-python/siobrultech-protocols-0.5.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
Reference in New Issue
Block a user