python-glanceclient has a bad version dep on python-prettytable
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-glanceclient (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
DISTRIB_ID=Ubuntu
DISTRIB_
DISTRIB_
DISTRIB_
dpkg -l python-glanceclient
Desired=
| Status=
|/ Err?=(none)
||/ Name Version Description
+++-===
ii python-glanceclient 1:0.5.1.
# apt-cache show python-glanceclient | grep -i Depends
Depends: python-httplib2, python-
========
However, python-glance client has a dep on prettytable>
Traceback (most recent call last):
File "/usr/bin/glance", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/
parse_
File "/usr/lib/
raise DistributionNot
pkg_resources.
If you have python-
Related branches
- James Page: Approve
-
Diff: 2145 lines (+1222/-240)36 files modified.pc/applied-patches (+0/-1)
.pc/fix-ubuntu-tests.patch/tools/test-requires (+0/-11)
AUTHORS (+10/-1)
ChangeLog (+463/-0)
PKG-INFO (+2/-1)
debian/changelog (+17/-0)
debian/control (+4/-2)
debian/patches/fix-ubuntu-tests.patch (+9/-14)
debian/pydist-overrides (+1/-0)
debian/rules (+1/-1)
doc/source/index.rst (+15/-0)
glanceclient/__init__.py (+20/-3)
glanceclient/common/http.py (+150/-80)
glanceclient/common/utils.py (+15/-0)
glanceclient/exc.py (+4/-0)
glanceclient/openstack/common/setup.py (+60/-45)
glanceclient/openstack/common/version.py (+1/-2)
glanceclient/shell.py (+10/-0)
glanceclient/v1/images.py (+14/-14)
glanceclient/v1/shell.py (+96/-37)
glanceclient/version.py (+0/-21)
glanceclient/versioninfo (+1/-1)
python_glanceclient.egg-info/PKG-INFO (+2/-1)
python_glanceclient.egg-info/SOURCES.txt (+5/-1)
python_glanceclient.egg-info/requires.txt (+2/-1)
setup.py (+2/-0)
tests/test_http.py (+65/-0)
tests/test_ssl.py (+112/-0)
tests/test_utils.py (+7/-0)
tests/utils.py (+9/-1)
tests/v1/test_images.py (+1/-1)
tests/var/ca.crt (+35/-0)
tests/var/certificate.crt (+30/-0)
tests/var/privatekey.key (+51/-0)
tools/pip-requires (+2/-1)
tools/test-requires (+6/-0)
Changed in python-glanceclient (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Confirmed |
This bug was fixed in the package python-glanceclient - 1:0.6.0-0ubuntu1
---------------
python-glanceclient (1:0.6.0-0ubuntu1) raring; urgency=low
[ Adam Gandelman ]
* Ensure python-prettytable >= 0.6. (LP: #1073275)
* debian/control, pydist-overrides: Add python-openssl override.
[ Chuck Short ]
* New usptream release.
-- Chuck Short <email address hidden> Fri, 23 Nov 2012 10:22:06 -0600