dev-python/pyocr: update python version
authorBernard Cafarelli <voyageur@gentoo.org>
Sun, 19 Apr 2020 12:13:36 +0000 (14:13 +0200)
committerBernard Cafarelli <voyageur@gentoo.org>
Sun, 19 Apr 2020 12:25:20 +0000 (14:25 +0200)
Tested with paperwork

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
dev-python/pyocr/pyocr-0.7.2.ebuild

index 5c9f5232af77c42e1e4ac13efdab11c04d18d8a0..61bf3561dff94778061985e57dce9b7b001fbfbd 100644 (file)
@@ -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