summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ipaddr_2.1.11.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-ipaddr: setup.py for this pkg uses distutilsMark Asselstine2014-04-151-1/+1
| | | | | | | | | | | | 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>
* havana/stable:ceilometer: update and introduce package for havana/stableBruce Ashfield2014-04-071-0/+26
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>