summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-20 17:15:23 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-20 17:17:11 +0100
commita6049bcef199613ed3f9f9eeb5e45191bedfb700 (patch)
treecaf17675674709e7357e5161e1f04d2c2565665c /dev-python/mpi4py
parentpackage.mask: Last rite sci-physics/espresso++ (diff)
downloadgentoo-a6049bcef199613ed3f9f9eeb5e45191bedfb700.tar.gz
gentoo-a6049bcef199613ed3f9f9eeb5e45191bedfb700.tar.bz2
gentoo-a6049bcef199613ed3f9f9eeb5e45191bedfb700.zip
dev-python/mpi4py: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mpi4py')
-rw-r--r--dev-python/mpi4py/mpi4py-3.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/mpi4py/mpi4py-3.0.2.ebuild b/dev-python/mpi4py/mpi4py-3.0.2.ebuild
index e4467754f599..71031851a637 100644
--- a/dev-python/mpi4py/mpi4py-3.0.2.ebuild
+++ b/dev-python/mpi4py/mpi4py-3.0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1