From: Michał Górny Date: Tue, 28 Jan 2020 20:58:59 +0000 (+0100) Subject: sci-libs/Rtree: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=85db481223776cd6a8f6b4586fe381c58b32e080;p=gentoo.git sci-libs/Rtree: Remove py2 Signed-off-by: Michał Górny --- diff --git a/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild b/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild index fbba424b40b0..0832cb96d361 100644 --- a/sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild +++ b/sci-libs/Rtree/Rtree-0.8.3_p20180802.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