Date: Thu, 06 Dec 2018 14:13:19 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 233829] mail/py-aiosmtpd: Update to 1.2 and add missing atpublic dependency Message-ID: <bug-233829-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233829 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@FreeBSD.org Reporter: decke@FreeBSD.org Flags: maintainer-feedback?(acm@FreeBSD.org) Assignee: acm@FreeBSD.org Created attachment 199894 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D199894&action= =3Dedit 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", lin= e 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' --=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-233829-7788>