summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-16 07:57:45 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-16 08:02:52 +0100
commit03a91905d8394bab5b04900240300ec5358e7cd9 (patch)
tree7b916101c8b45ad76f5e34e3986524340e10c3f1 /sci-libs
parentdev-python/geoalchemy2: Remove Python 2 (diff)
downloadgentoo-03a91905d8394bab5b04900240300ec5358e7cd9.tar.gz
gentoo-03a91905d8394bab5b04900240300ec5358e7cd9.tar.bz2
gentoo-03a91905d8394bab5b04900240300ec5358e7cd9.zip
sci-libs/Shapely: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/Shapely/Shapely-1.5.17-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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