[Letsencrypt-devel] Bug#817275: acme-tiny: missing dependency on python3-pkg-resources (ImportError: No module named 'pkg_resources')

Axel Beckert abe at debian.org
Wed Mar 9 17:30:25 UTC 2016


Package: acme-tiny
Version: 20151229-2
Severity: serious

Hi,

acme-tiny only depends on openssl and python3, but actually seems to
need at least one more package: If python3-pkg-resources is not
installed, acme-tiny bails out as follows:

$ acme-tiny
Traceback (most recent call last):
  File "/usr/bin/acme-tiny", line 5, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named 'pkg_resources'
$

Installing python3-pkg-resources solves the issue.

I noticed this issue initially in my acme-tiny backport to Debian 7
Wheezy with Python 3.2, but could also reproduce it on Debian Sid with
Python 3.5, so it seems independent of the used Python version.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (600, 'testing'), (500, 'unstable-debug'), (500, 'buildd-unstable'), (400, 'stable'), (110, 'experimental'), (1, 'experimental-debug'), (1, 'buildd-experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-trunk-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages acme-tiny depends on:
ii  openssl      1.0.2g-1
pn  python3:any  <none>

acme-tiny recommends no packages.

acme-tiny suggests no packages.

-- no debconf information



More information about the Letsencrypt-devel mailing list