dev-python/pandocfilters: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 17:47:34 +0000 (18:47 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 17:47:34 +0000 (18:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pandocfilters/pandocfilters-1.4.2-r1.ebuild

index a2ff84331817a8953131572b46d4aa4ab809b539..a549b6eac5426a9723d2498b4430c1e53ebc69ae 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1