Bugzilla – Bug 1216904
python readme-renderer needs cmarkgfm but does not require it
Last modified: 2023-11-13 12:19:26 UTC
found when trying to build mailman which tries to load the module and then it fails because cmarkgfm is not found.
(In reply to Marcus Rückert from comment #0) > found when trying to build mailman which tries to load the module and then > it fails because cmarkgfm is not found. It's not a hard requirement, cmarkgfm is just required for markdown parsing and it's in the package as Recommends, so it's okay. The python-cmarkgfm should be added as a requirement for mailman if it depends on python-readme_renderer. https://github.com/pypa/readme_renderer/blob/41.0/setup.py#L60