diff options
author | David Seifert <soap@gentoo.org> | 2024-06-02 18:30:43 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2024-06-02 18:30:43 +0200 |
commit | 7de70acabd1b3bab62eba8af0ff5b315db31d934 (patch) | |
tree | 9ae3032cca10464fe2b3fd979a4415ead6877d48 /net-print/hplip | |
parent | sys-apps/dtc: enable py3.12 (diff) | |
download | gentoo-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/hplip')
-rw-r--r-- | net-print/hplip/hplip-3.23.12-r1.ebuild | 2 |
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 |