Forgot to add that installing python2-distribute fixes the issue.
Search Criteria
Package Details: timebook-hg 64-2
Package Actions
| Package Base: | timebook-hg |
|---|---|
| Description: | Track what you spend time on |
| Upstream URL: | http://bitbucket.org/trevor/timebook/ |
| Category: | system |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 6 |
| First Submitted: | 2009-10-25 22:31 |
| Last Updated: | 2011-04-01 08:47 |
Latest Comments
Comment by Sara
Comment by Sara
I think python2-distribute needs to be added to the depends array (and not the makedepends array), because when I uninstalled python2-distribute (after already having timebook installed), I get the following error when trying to run "t r":
Traceback (most recent call last):
File "/usr/bin/t", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
Anonymous comment
Fixed, thanks for the report!
Comment by Sara
Please replace the dependencies to "python2" instead of "python", and "python2-distribute" instead of setuptools, in order for this package to build properly.