[Bug 233829] mail/py-aiosmtpd: Update to 1.2 and add missing atpublic dependency
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Dec 6 14:13:23 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233829
Bug ID: 233829
Summary: mail/py-aiosmtpd: Update to 1.2 and add missing
atpublic dependency
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: acm at FreeBSD.org
Reporter: decke at FreeBSD.org
Flags: maintainer-feedback?(acm at FreeBSD.org)
Assignee: acm at FreeBSD.org
Created attachment 199894
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199894&action=edit
py-aiosmtpd 1.2
- Update to 1.2
- Add missing atpublic runtime dependency
Without the atpublic dependency you'll get something like that:
Traceback (most recent call last):
File "mailproxy.py", line 9, in <module>
from aiosmtpd.controller import Controller
File "/usr/local/lib/python3.6/site-packages/aiosmtpd/controller.py", line 5,
in <module>
from aiosmtpd.smtp import SMTP
File "/usr/local/lib/python3.6/site-packages/aiosmtpd/smtp.py", line 10, in
<module>
from public import public
ModuleNotFoundError: No module named 'public'
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list