summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2024-06-02 18:30:43 +0200
committerDavid Seifert <soap@gentoo.org>2024-06-02 18:30:43 +0200
commit7de70acabd1b3bab62eba8af0ff5b315db31d934 (patch)
tree9ae3032cca10464fe2b3fd979a4415ead6877d48 /net-print
parentsys-apps/dtc: enable py3.12 (diff)
downloadgentoo-7de70acabd1b3bab62eba8af0ff5b315db31d934.tar.gz
gentoo-7de70acabd1b3bab62eba8af0ff5b315db31d934.tar.bz2
gentoo-7de70acabd1b3bab62eba8af0ff5b315db31d934.zip
net-print/hplip: drop py3.12 support
* hplip depends on removed configparser.readfp() Bug: https://bugs.gentoo.org/932150 Reverts: 7822cb2 ("net-print/hplip: enable py3.12") Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-print')
-rw-r--r--net-print/hplip/hplip-3.23.12-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-print/hplip/hplip-3.23.12-r1.ebuild b/net-print/hplip/hplip-3.23.12-r1.ebuild
index 4de6da910767..24eb1e8fa894 100644
--- a/net-print/hplip/hplip-3.23.12-r1.ebuild
+++ b/net-print/hplip/hplip-3.23.12-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10,11} )
PYTHON_REQ_USE="threads(+),xml(+)"
inherit autotools flag-o-matic linux-info python-single-r1 readme.gentoo-r1 udev