Bug 1216904

Summary: python readme-renderer needs cmarkgfm but does not require it
Product: [openSUSE] openSUSE Tumbleweed Reporter: Marcus Rückert <mrueckert>
Component: PythonAssignee: Daniel Garcia <daniel.garcia>
Status: RESOLVED WONTFIX QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: daniel.garcia
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Marcus Rückert 2023-11-06 12:29:51 UTC
found when trying to build mailman which tries to load the module and then it fails because cmarkgfm is not found.
Comment 1 Daniel Garcia 2023-11-13 12:19:26 UTC
(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