diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-29 08:50:40 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-29 08:50:40 +0300 |
commit | bbe984a4602f7e606ea725caf62646657f9c53fc (patch) | |
tree | 4637b38f6c5718795f2c530184b55f0777e699ca /app-text | |
parent | profiles: unmask pytest-benchmark revdeps (diff) | |
download | guru-bbe984a4602f7e606ea725caf62646657f9c53fc.tar.gz guru-bbe984a4602f7e606ea725caf62646657f9c53fc.tar.bz2 guru-bbe984a4602f7e606ea725caf62646657f9c53fc.zip |
app-text/OCRmyPDF: disable py3.11
dev-python/coloredlogs doesn't support py3.11, so this package also
can't publish py3.11 support.
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/OCRmyPDF/OCRmyPDF-14.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/OCRmyPDF/OCRmyPDF-14.0.1.ebuild b/app-text/OCRmyPDF/OCRmyPDF-14.0.1.ebuild index d31074627..813f3f1f0 100644 --- a/app-text/OCRmyPDF/OCRmyPDF-14.0.1.ebuild +++ b/app-text/OCRmyPDF/OCRmyPDF-14.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit bash-completion-r1 distutils-r1 optfeature |