diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-09 21:56:31 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-10 00:07:11 -0500 |
commit | 7a2217251679af8e97d84d934216c21a7f6b0a9f (patch) | |
tree | 9a5cec6042fc3f640d916faeedfea1c59add4877 /sci-libs | |
parent | dev-python/pydot: 1.4.1 bump (diff) | |
download | gentoo-7a2217251679af8e97d84d934216c21a7f6b0a9f.tar.gz gentoo-7a2217251679af8e97d84d934216c21a7f6b0a9f.tar.bz2 gentoo-7a2217251679af8e97d84d934216c21a7f6b0a9f.zip |
sci-libs/gdal: adding py37 support
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gdal/gdal-2.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/gdal/gdal-2.4.0.ebuild b/sci-libs/gdal/gdal-2.4.0.ebuild index 3faf2202c974..15521b0c2bb0 100644 --- a/sci-libs/gdal/gdal-2.4.0.ebuild +++ b/sci-libs/gdal/gdal-2.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 GENTOO_DEPEND_ON_PERL="no" -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) DISTUTILS_OPTIONAL=1 inherit autotools perl-module distutils-r1 toolchain-funcs flag-o-matic java-pkg-opt-2 |