[Python-modules-team] Bug#895365: python3-aiosmtpd: missing dependency: python3-pkg-resources
Anthony Baire
Anthony.Baire at irisa.fr
Tue Apr 10 16:17:42 BST 2018
Package: python3-aiosmtpd
Version: 1.1-5
Severity: normal
Dear Maintainer,
the 'aiosmtpd' command provided by python3-aiostmpd depends on the
pkg_resources module (which is not listed in setup.py by upstream because it
comes with setuptools)
root at 76ead97fedf0:~# aiosmtpd -d -l 0.0.0.0:2500 -c aiosmtpd.handlers.Mailbox ~/Maildir
Traceback (most recent call last):
File "/usr/bin/aiosmtpd", line 6, in <module>
from pkg_resources import load_entry_point
ImportError: No module named 'pkg_resources'
root at 76ead97fedf0:~# apt-get install python3-pkg-resources
Preparing to unpack .../python3-pkg-resources_39.0.1-2_all.deb ...
Unpacking python3-pkg-resources (39.0.1-2) ...
Setting up python3-pkg-resources (39.0.1-2) ...
root at 76ead97fedf0:~# aiosmtpd -d -l 0.0.0.0:2500 -c aiosmtpd.handlers.Mailbox ~/Maildir
INFO:mail.log:Server listening on 0.0.0.0:2500
INFO:mail.log:Starting asyncio loop
BR
Anthony
-- System Information:
Debian Release: buster/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-6-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968), LANGUAGE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
Versions of packages python3-aiosmtpd depends on:
ii python3 3.6.5-2
ii python3-public 0.5-1
python3-aiosmtpd recommends no packages.
python3-aiosmtpd suggests no packages.
-- no debconf information
More information about the Python-modules-team
mailing list