diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-28 11:56:01 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-28 11:56:01 -0400 |
| commit | d6e8ddfcca4c0c61643bca5e33113b414077306a (patch) | |
| tree | 54da4f3213689b4601985fa24b726ea0a0947df4 /meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.init | |
| parent | 4bd68f289df9690c43c3484bdd464ed7411e051b (diff) | |
| download | meta-cloud-services-d6e8ddfcca4c0c61643bca5e33113b414077306a.tar.gz | |
python-nova: drop python-argparse dependency
argparse is part of python 2.7+, so there's no need to install the .egg
version of argparse.
Nova was pulling in this requirement, which doesn't cause a problem until
another python app includes both argparse and the built in one.
That results in the following:
UserWarning: Module argparse was already imported from /usr/lib/python2.7/argparse.pyc, but /usr/lib/python2.7/site-packages is being added to sys.path
So we drop the argparse dependency, everything still works and we no longer
have the warning.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometer/ceilometer.init')
0 files changed, 0 insertions, 0 deletions
