Control: severity -1 serious Control: reassign -1 python-zope.component Control: affects -1 gaphor
If python-setuptools 0.6.24-1 is not installed gaphor produces following trace-back on start-up: gaphor Traceback (most recent call last): File "/usr/bin/gaphor", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2707, in <module> working_set.require(__requires__) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 686, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 584, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: distribute
This is because python-zope.component has "setuptools" in their requires.txt without depending on python-setuptools. AFAICS zope.component doesn't use setuptools at all, so the requires.txt file should be corrected.
-- Jakub Wilk -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

