diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-17 10:50:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-17 11:02:01 +0100 |
commit | 1257c960183278c82e747f1617e5dfdac24d1377 (patch) | |
tree | c7af253e61f617443b7355f41d98d690b2265f93 /dev-python/pytest-mpl | |
parent | dev-python/mpmath: Remove Python 2 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/pytest-mpl')
-rw-r--r-- | dev-python/pytest-mpl/pytest-mpl-0.8.ebuild | 2 |
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 |