diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-13 07:19:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-13 07:25:59 +0100 |
commit | a3e10852ee7004ce4ffe2e2fd91654772348f2fb (patch) | |
tree | 85f749319388470d82fd50d8f8622ca551376a28 /dev-python/markdown | |
parent | dev-python/markdown: Remove redundant versions (diff) | |
download | gentoo-a3e10852ee7004ce4ffe2e2fd91654772348f2fb.tar.gz gentoo-a3e10852ee7004ce4ffe2e2fd91654772348f2fb.tar.bz2 gentoo-a3e10852ee7004ce4ffe2e2fd91654772348f2fb.zip |
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>
Diffstat (limited to 'dev-python/markdown')
-rw-r--r-- | dev-python/markdown/markdown-3.1.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/markdown/markdown-3.1.1-r1.ebuild b/dev-python/markdown/markdown-3.1.1-r1.ebuild index 30fe474592fa..9d17056a241e 100644 --- a/dev-python/markdown/markdown-3.1.1-r1.ebuild +++ b/dev-python/markdown/markdown-3.1.1-r1.ebuild @@ -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 |