From: Michał Górny Date: Thu, 16 Jan 2020 06:57:33 +0000 (+0100) Subject: dev-python/geoalchemy2: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0f652239c0736c750e1cac52e8fbc3b037c82686;p=gentoo.git dev-python/geoalchemy2: Remove Python 2 Signed-off-by: Michał Górny --- diff --git a/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild b/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild index 9108b4f9d322..227d7b803364 100644 --- a/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild +++ b/dev-python/geoalchemy2/geoalchemy2-0.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1