package/python-markdown: fix Python version dependency
authorYegor Yefremov <yegorslists@googlemail.com>
Tue, 10 Mar 2020 11:41:01 +0000 (12:41 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 21 Apr 2020 21:06:14 +0000 (23:06 +0200)
commit1e5723ee589e8d205883c15ca863c01f94b8854f
tree74263b0be7c7ed06e0d0f45e01a6a0417c19ef4c
parent4f91198f0d878adee4f3fd6c6991879c1255951a
package/python-markdown: fix Python version dependency

Since upstream commit
https://github.com/Python-Markdown/markdown/commit/dab931f597cdc5b57d4e2458840fb991606506bc,
merged since version 3.2 of python-markdown, the Python 2.x support
has been dropped.

So our commit 6e538bf642d3584032d63bb54d24b88ab57e4283
("package/python-markdown: bump to version 3.2.1") should have made
python-markdown available only for Python 3.x.

Fixes:
http://autobuild.buildroot.net/results/6d1e796f6658accb3eafef265935db5e464638fe

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Reviewed-by: Asaf Kahlon <asafka7@gmail.com>
Tested-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-markdown/Config.in