sys-apps/pcsc-lite: enable py3.12

I don't really use nor know this package, but was blocking
testing other packages on a 3.12-only system.

At a glance pcsc-spy for which this uses python for does
not seem inheritently broken, nor is there pending 3.12
fixes upstream for it that I can see. So sounds safe.

Referencing bug #927448 as well given it requested 3.12,
not that I'm going to look at bumping this myself.

Bug: https://bugs.gentoo.org/927448
Closes: https://bugs.gentoo.org/929819
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2024-05-06 11:33:13 -04:00
parent 5084c3f60a
commit 2088fa7961

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit python-single-r1 systemd tmpfiles udev multilib-minimal