dev-python/markdown: Restore py2.7 in 3.1.1-r1
authorMichał Górny <mgorny@gentoo.org>
Thu, 13 Feb 2020 06:19:07 +0000 (07:19 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 13 Feb 2020 06:25:59 +0000 (07:25 +0100)
This package still has py2.7 revdeps, and there seems to be no reason
why py2.7 was removed in the first place.  This is only going to block
people from upgrading, and us from cleaning up old versions.

(3.2+ actually drop py2.7 upstream)

Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/markdown/markdown-3.1.1-r1.ebuild

index 30fe474592fa2b3b2d4494f72be2200b255385af..9d17056a241ef8ed0df909bfa5f16fb7755d1f31 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend