dev-python/doctest-ignore-unicode: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 05:34:45 +0000 (06:34 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 05:50:20 +0000 (06:50 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild

index e71f6d0f83043895af02ebcef720f40205300383..e34a2cba0fbb0f1d5363eeabee890a8cadc078ec 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1