diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-28 21:58:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-28 22:30:20 +0100 |
commit | 85db481223776cd6a8f6b4586fe381c58b32e080 (patch) | |
tree | f2391520dc6f73c8559bdbf5d882d5b5c0afe4fa /sci-libs/Rtree | |
parent | sci-libs/Rtree: Remove old (py2) (diff) | |
download | gentoo-85db481223776cd6a8f6b4586fe381c58b32e080.tar.gz gentoo-85db481223776cd6a8f6b4586fe381c58b32e080.tar.bz2 gentoo-85db481223776cd6a8f6b4586fe381c58b32e080.zip |
sci-libs/Rtree: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/Rtree')
-rw-r--r-- | sci-libs/Rtree/Rtree-0.8.3_p20180802.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |