dev-python/mpmath: Remove Python 2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-01-17 10:47:00 +01:00
parent 2224a31c25
commit 192bb83274
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_6,3_7} )
PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1 eutils

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_6,3_7} )
PYTHON_COMPAT=( python{3_6,3_7} )
inherit distutils-r1 eutils