Pin importlib_resources<6 in mailman images

A recent importlib_resources 6.0.0 release dropped a bunch of
deprecated functionality, some of which mailman-core is relying on.
In order to address the resulting ImportError, pin back to the last
working version of that transitive dependency for now. Upstream bug
https://gitlab.com/mailman/mailman/-/issues/1093 is tracking this.

Change-Id: Ia280a1771a5d11badb4c65ccd4ce87270adff93c
This commit is contained in:
Jeremy Stanley 2023-08-01 18:37:47 +00:00
parent e17d63a592
commit 6774e95ff1

View File

@ -3,3 +3,6 @@
# Dockerfile.
mailman==3.3.7
mailman-hyperkitty==1.2.0
# mailman/config/config.py "from importlib_resources import path" ImportError
# remove when https://gitlab.com/mailman/mailman/-/issues/1093 is solved
importlib_resources<6