[Bug 250362] mail/mailman3: zope.interface>=5.0 is required

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 25 23:13:51 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250362

--- Comment #6 from Dan Langille <dvl at FreeBSD.org> ---
I managed to get mailman running by:

installing these:

* py37-importlib-resources
* py37-authres
* py37-authheaders
* py37-publicsuffix2
* py37-dkimpy


Modifying this line in /usr/local/etc/rc.d/mailman:

required_files="${mailman_config}"


Running this to update /etc/rc.conf:

sudo sysrc
mailman_config=/usr/local/lib/python3.7/site-packages/mailman/config/mailman.cfg

Modifying this file:
/usr/local/lib/python3.7/site-packages/mailman-3.3.1-py3.7.egg-info/requires.txt

changing this line: zope.interface>=5.0

to: zope.interface>=4.0

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list