net-libs/libmbim: disable py3.12

Just a quick fix until it's properly handled.

Bug: https://bugs.gentoo.org/911418
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2023-07-30 16:44:19 -04:00
parent 04c08db776
commit 7ca859d13f

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..12} )
PYTHON_COMPAT=( python3_{10..11} )
inherit bash-completion-r1 meson python-any-r1
DESCRIPTION="Mobile Broadband Interface Model (MBIM) modem protocol helper library"