I've installed mailman, ran `mailman info` and got a backtrace telling me: pkg_resources.DistributionNotFound: The 'zipp>=3.1.0' distribution was not found and is required by importlib-resources Installing dev-python/zipp fixes the issue. Reproducible: Always Steps to Reproduce: 1. emerge net-mail/mailman 2. mailman info
Created attachment 724297 [details] Backtrace
I'm not convinced this is an issue: arthur [09:34:20] /etc/uls # mailman info GNU Mailman 3.3.4 (Tom Sawyer) Python 3.9.6 (default, Sep 21 2021, 17:29:17) [GCC 10.3.0] config file: None db url: sqlite:////etc/uls/var/data/mailman.db devmode: DISABLED REST root url: http://localhost:8001/3.1/ REST credentials: restadmin:restpass arthur [09:37:04] /etc/uls # equery list -ipo dev-python/zipp * Searching for zipp in dev-python ... [-P-] [ ] dev-python/zipp-3.5.0:0 arthur [09:37:21] /etc/uls # equery uses mailman [ Legend : U - final flag setting for installation] [ : I - package is installed with flag ] [ Colors : set, unset ] * Found these USE flags for net-mail/mailman-3.3.4: U I - - python_targets_python3_8 : Build with Python 3.8 + + python_targets_python3_9 : Build with Python 3.9 - - test : Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently) Bigger issue is the lack of / in front of the default path for db url ... for which I'll file a separate bug.