conflicting sqlite dependencies
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Undecided
|
Dan Prince |
Bug Description
Upstream added some dependencies to setup.py. Among them is pysqlite1.1 which appears to conflict with the hardcoded dependency python-sqlite. This makes the package uninstallable.
root@login:~# apt-get install python-keystone
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python-keystone : Depends: python-pysqlite1.1 but it is not installable
E: Unable to correct problems, you have held broken packages.
Related branches
- OpenStack Ubuntu packagers: Pending requested
-
Diff: 14 lines (+1/-1)1 file modifieddebian/control (+1/-1)
Changed in keystone: | |
milestone: | none → essex-2 |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | essex-2 → 2012.1 |
Hey Mark. I'm still seeing this issue when using: lp:~openstack-ubuntu-packagers/keystone/ubuntu
Removing the pysqlite from keystone entirely however fixes this for me. Unit tests pass, packages build, keystone works.
What do you think of this:
https:/ /review. openstack. org/#change, 2001