diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-05-06 11:33:13 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-05-06 11:45:49 -0400 |
commit | 2088fa7961ff38fe287895bfd19b60ff9501185e (patch) | |
tree | b6d2277316fd20af16c98166cd13e04986928da8 /sys-apps | |
parent | dev-python/minify-html: Prevent implicit stripping (diff) | |
download | gentoo-2088fa7961ff38fe287895bfd19b60ff9501185e.tar.gz gentoo-2088fa7961ff38fe287895bfd19b60ff9501185e.tar.bz2 gentoo-2088fa7961ff38fe287895bfd19b60ff9501185e.zip |
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>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pcsc-lite/pcsc-lite-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/pcsc-lite/pcsc-lite-2.0.1.ebuild b/sys-apps/pcsc-lite/pcsc-lite-2.0.1.ebuild index 661385f197ba..5d5823a7adbb 100644 --- a/sys-apps/pcsc-lite/pcsc-lite-2.0.1.ebuild +++ b/sys-apps/pcsc-lite/pcsc-lite-2.0.1.ebuild @@ -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 |