Bug 1216904 - python readme-renderer needs cmarkgfm but does not require it
Summary: python readme-renderer needs cmarkgfm but does not require it
Status: RESOLVED WONTFIX
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Python (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Daniel Garcia
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-06 12:29 UTC by Marcus Rückert
Modified: 2023-11-13 12:19 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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