summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-sqlparse_0.1.16.bb
Commit message (Collapse)AuthorAgeFilesLines
* Update SRC_URI for python modules fetched from pypiAdrian Dudau2017-11-021-2/+2
| | | | | | | pypi recently gave up server side redirects and are enforcing HTTPS access to the repos. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
* python-nova: add missing dependency on sqlparseMark Asselstine2015-08-131-0/+27
Attempting to use nova-manage, for example to perform 'service list', will result in a python trace indicating that the sqlparse module was not found. Add the python-sqlparse recipe and include it in the RDEPENDS list for nova. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>