From 34fe214b355612fa31f11f39fcd8e5ff90cb7f40 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 5 Feb 2020 20:40:10 +0100 Subject: [PATCH] dev-python/pyocr: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pyocr/pyocr-0.5.3.ebuild | 2 +- dev-python/pyocr/pyocr-0.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyocr/pyocr-0.5.3.ebuild b/dev-python/pyocr/pyocr-0.5.3.ebuild index 04c7d4119fb0..3d3deb7c592c 100644 --- a/dev-python/pyocr/pyocr-0.5.3.ebuild +++ b/dev-python/pyocr/pyocr-0.5.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/pyocr/pyocr-0.6.ebuild b/dev-python/pyocr/pyocr-0.6.ebuild index e04aa833ed0a..3ba44f6491c6 100644 --- a/dev-python/pyocr/pyocr-0.6.ebuild +++ b/dev-python/pyocr/pyocr-0.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 -- 2.26.2