summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-26 21:46:39 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-26 21:46:39 +0100
commit8044a41b3aacddd7d07f0293c9ca524c1b128de9 (patch)
treed59b00b227fac62453f2af1dd913c72b9a960aed /dev-python/GridDataFormats
parentdev-python/matplotlib2tikz: Remove Py2 (diff)
downloadgentoo-8044a41b3aacddd7d07f0293c9ca524c1b128de9.tar.gz
gentoo-8044a41b3aacddd7d07f0293c9ca524c1b128de9.tar.bz2
gentoo-8044a41b3aacddd7d07f0293c9ca524c1b128de9.zip
dev-python/GridDataFormats: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/GridDataFormats')
-rw-r--r--dev-python/GridDataFormats/GridDataFormats-0.4.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/GridDataFormats/GridDataFormats-0.4.0-r1.ebuild b/dev-python/GridDataFormats/GridDataFormats-0.4.0-r1.ebuild
index 8fa5ff05c2ea..0ecc02308c55 100644
--- a/dev-python/GridDataFormats/GridDataFormats-0.4.0-r1.ebuild
+++ b/dev-python/GridDataFormats/GridDataFormats-0.4.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1