media-libs/opencv: disable py3.12

It doesn't appear to actually support it yet.

Closes: https://bugs.gentoo.org/912987
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-08-26 05:56:58 +01:00
parent 369890a7f6
commit d5e8c28d05

View File

@@ -3,7 +3,8 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
# No 3.12 yet for bug #912987
PYTHON_COMPAT=( python3_{10..11} )
inherit flag-o-matic java-pkg-opt-2 java-ant-2 cmake-multilib python-r1 toolchain-funcs
DESCRIPTION="A collection of algorithms and sample code for various computer vision problems"