dev-python/pytest-mpl: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Fri, 17 Jan 2020 09:50:14 +0000 (10:50 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 17 Jan 2020 10:02:01 +0000 (11:02 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-mpl/pytest-mpl-0.8.ebuild

index a6b9e4310b9035269b36e5d5b07691f7d188b919..d57e0cc63296fde2e9d5b3218744acd1846dd194 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 virtualx