[mailman3] Fix 500 when opening admin page for some lists

The postorius was missing python3-cmarkgfm in dependencies which caused
rendering of info metadata in lists to throw 500 because markdown renderer was
missing.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-05-30 15:34:26 +02:00
parent 35c269efa5
commit 454d844a9e

View file

@ -13,6 +13,7 @@
- mailman3
- memcached
- postorius
- python3-cmarkgfm
- python3-gunicorn
- python3-mailman-hyperkitty
- python3-mailman3-fedmsg-plugin