From: Michał Górny Date: Thu, 16 Jan 2020 06:57:45 +0000 (+0100) Subject: sci-libs/Shapely: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=03a91905d8394bab5b04900240300ec5358e7cd9;p=gentoo.git sci-libs/Shapely: Remove Python 2 Signed-off-by: Michał Górny --- diff --git a/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild b/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild index 9c0df2cbe226..692e04da131a 100644 --- a/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild +++ b/sci-libs/Shapely/Shapely-1.5.17-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1