mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user