You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
1e5723ee58
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 6e538bf642
("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>
10 lines
281 B
Plaintext
10 lines
281 B
Plaintext
config BR2_PACKAGE_PYTHON_MARKDOWN
|
|
bool "python-markdown"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
# runtime dependency on Python's xml module
|
|
select BR2_PACKAGE_PYTHON3_PYEXPAT
|
|
help
|
|
This is a Python implementation of John Gruber's Markdown
|
|
|
|
https://pypi.python.org/pypi/Markdown
|