Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 2020 23:13:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250362] mail/mailman3: zope.interface>=5.0 is required
Message-ID:  <bug-250362-7788-m06KLypQip@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250362-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-250362-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250362

--- Comment #6 from Dan Langille <dvl@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=3D"${mailman_config}"


Running this to update /etc/rc.conf:

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

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

changing this line: zope.interface>=3D5.0

to: zope.interface>=3D4.0

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250362-7788-m06KLypQip>