mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user