summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-17 10:50:14 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-17 11:02:01 +0100
commit1257c960183278c82e747f1617e5dfdac24d1377 (patch)
treec7af253e61f617443b7355f41d98d690b2265f93
parentdev-python/mpmath: Remove Python 2 (diff)
downloadgentoo-1257c960183278c82e747f1617e5dfdac24d1377.tar.gz
gentoo-1257c960183278c82e747f1617e5dfdac24d1377.tar.bz2
gentoo-1257c960183278c82e747f1617e5dfdac24d1377.zip
dev-python/pytest-mpl: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pytest-mpl/pytest-mpl-0.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-mpl/pytest-mpl-0.8.ebuild b/dev-python/pytest-mpl/pytest-mpl-0.8.ebuild
index a6b9e4310b90..d57e0cc63296 100644
--- a/dev-python/pytest-mpl/pytest-mpl-0.8.ebuild
+++ b/dev-python/pytest-mpl/pytest-mpl-0.8.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1 virtualx