| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
pypi recently gave up server side redirects and are enforcing HTTPS
access to the repos.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Examining the setup.py we find "from distutils.core import setup" we
therefor need to inherit distutils, not setuptools. Having the wrong
inherit was under certain circumstances causing the do_install to fail
with:
| error: option --single-version-externally-managed not recognized
| ERROR: python setup.py install execution failed.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
|
|
|
The havana stable and icehouse ceilometer required two new packages and
updated wsme and stevedore. So we update them here.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
|