summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-02-22 12:36:52 +0100
committerAlfredo Tupone <tupone@gentoo.org>2023-02-22 12:37:22 +0100
commita0a96c4ce61f25cfc4d4acfbfc074570a29e7462 (patch)
treeeae4811f32b014f68a455ab383b43973df5255c4 /dev-python/pytesseract
parentapp-emulation/qemu: backport fix for TCG for x86 (diff)
downloadgentoo-a0a96c4ce61f25cfc4d4acfbfc074570a29e7462.tar.gz
gentoo-a0a96c4ce61f25cfc4d4acfbfc074570a29e7462.tar.bz2
gentoo-a0a96c4ce61f25cfc4d4acfbfc074570a29e7462.zip
dev-python/pytesseract: add python 3.11 support
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-python/pytesseract')
-rw-r--r--dev-python/pytesseract/pytesseract-0.3.10-r1.ebuild (renamed from dev-python/pytesseract/pytesseract-0.3.10.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytesseract/pytesseract-0.3.10.ebuild b/dev-python/pytesseract/pytesseract-0.3.10-r1.ebuild
index 2b03fc11b4a8..b891f475f097 100644
--- a/dev-python/pytesseract/pytesseract-0.3.10.ebuild
+++ b/dev-python/pytesseract/pytesseract-0.3.10-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Optical character recognition (OCR) tool"