summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2020-04-19 14:13:36 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2020-04-19 14:25:20 +0200
commite22bf92b9aff1309236b9dc144aa721d189519d2 (patch)
treea6b6bd36a9477cc996097c46deb65ee3780aafd1 /dev-python
parentdev-python/libpillowfight: update python versions (diff)
downloadgentoo-e22bf92b9aff1309236b9dc144aa721d189519d2.tar.gz
gentoo-e22bf92b9aff1309236b9dc144aa721d189519d2.tar.bz2
gentoo-e22bf92b9aff1309236b9dc144aa721d189519d2.zip
dev-python/pyocr: update python version
Tested with paperwork Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pyocr/pyocr-0.7.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyocr/pyocr-0.7.2.ebuild b/dev-python/pyocr/pyocr-0.7.2.ebuild
index 5c9f5232af77..61bf3561dff9 100644
--- a/dev-python/pyocr/pyocr-0.7.2.ebuild
+++ b/dev-python/pyocr/pyocr-0.7.2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1