mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-17 22:59:27 +00:00
9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
config BR2_PACKAGE_PYTHON_M2R
|
|
bool "python-m2r"
|
|
select BR2_PACKAGE_PYTHON_MISTUNE # runtime
|
|
select BR2_PACKAGE_PYTHON_DOCUTILS # runtime
|
|
help
|
|
Markdown to reStructuredText converter.
|
|
|
|
https://github.com/miyakogi/m2r
|