severity 659232 serious
thanks

* Matthias Weiss <matthias_we...@gmx.at>, 2012-02-09, 12:31:
Traceback (most recent call last):
 File "/usr/bin/fl-run-test", line 5, in <module>
   from pkg_resources import load_entry_point
 File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2671, in
<module>
   working_set.require(__requires__)
 File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 654, in
require
   needed = self.resolve(parse_requirements(requirements))
 File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 552, in
resolve
   raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: distribute

The only reason funkload needs setuptools (aka distribute) is because it's listed in requires.txt. Removing it from setup.py's install_requires will fix this problem.

Note that "docutils" is also listed there, even though python-docutils is only in Recommends. Either it should be removed from install_requires or moved from Recommends to Depends.

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to