Opened at 2009-06-22T16:41:34Z
Last modified at 2009-07-03T20:08:15Z
#745 closed defect
Debian package: Missing dependency on Debian/etch — at Initial Version
Reported by: | [4-tea-2] | Owned by: | nobody |
---|---|---|---|
Priority: | major | Milestone: | 1.5.0 |
Component: | packaging | Version: | 1.4.1 |
Keywords: | debian, packaging | Cc: | |
Launchpad Bug: |
Description
Starting tahoe after upgrading a Debian/etch system to use the Debian Tahoe package 1.4.1-r3916 fails with this error message:
tahoe@{hostname}:~$ tahoe start Traceback (most recent call last):
File "/usr/bin/tahoe", line 2, in <module>
from allmydata.scripts import runner
File "/usr/lib/python2.5/site-packages/allmydata/scripts/runner.py", line 9, in <module>
pkg_resources.require('allmydata-tahoe')
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 626, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 524, in resolve
raise DistributionNotFound?(req) # XXX put more info here
pkg_resources.DistributionNotFound?: pysqlite>=2.0.5
Perhaps including python-pysqlite2 as a dependency in debian/control would fix this?