dev-python/python-markdown-math: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:24:36 +0000 (21:24 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 20:47:02 +0000 (21:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-markdown-math/python-markdown-math-0.6-r1.ebuild

index c866cd66e56dcc81c137c7f181e320af07e18761..d24a7ff6c08e3f5ec6076fff0a33ef4dc0e3d62b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 inherit distutils-r1
 
 MY_PN="python-${PN}"