Control: tag -1 wheezy On Mon, 13 Aug 2012 16:26:29 +0200 Jakub Wilk <jw...@debian.org> wrote: > $ /usr/bin/lamson --help > Traceback (most recent call last): > File "/usr/bin/lamson", line 3, in <module> > from lamson import args, commands > File "/usr/lib/pymodules/python2.7/lamson/commands.py", line 29, in > <module> > from pkg_resources import resource_stream > ImportError: No module named pkg_resources > > > -- System Information: > Debian Release: wheezy/sid > APT prefers unstable
Since jessie, python-pkg-resources is pulled in transitively by several dependencies. Andreas