dev-python/markdown: Restore py2.7 in 3.1.1-r1

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>
This commit is contained in:
Michał Górny
2020-02-13 07:19:07 +01:00
parent 5d186e8eae
commit a3e10852ee

View 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