From 4f518df6a55377938e05a067ae54294e2e92c50d Mon Sep 17 00:00:00 2001 From: Keith Holman Date: Fri, 6 Jun 2014 10:27:00 -0400 Subject: keystone: fix tabs in recipe according to style guide The bitbake recipe file for building Keystone is inconsistent with the use of tabs versus spaces. According to guidelines for the Yocto project (style guide), the tabs should be replaced with spaces in the case of indenting for lists. The style guide can be found at: https://wiki.yoctoproject.org/wiki/Recipe_&_Patch_Style_Guide This fix changes the Keystone recipe file to use spaces instead of tabs in list of files and package dependencies. Signed-off-by: Keith Holman --- .../recipes-devtools/python/python-keystone_git.bb | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb index a1b4abc..a692f82 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb @@ -13,7 +13,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ file://keystone \ file://openrc \ file://Update-test-core-ETCDIR-location.patch \ - " + " SRCREV="e7c29874e5a0e43f4f0e9970556c701af508152f" PV="2013.2.3+git${SRCPV}" @@ -119,23 +119,23 @@ DEPENDS += " \ RDEPENDS_${PN} += " \ python-pam \ - python-webob \ - python-eventlet \ - python-greenlet \ - python-pastedeploy \ - python-paste \ - python-routes \ - python-sqlalchemy \ - python-sqlalchemy-migrate \ - python-passlib \ - python-lxml \ - python-iso8601 \ - python-keystoneclient \ - python-oslo.config \ + python-webob \ + python-eventlet \ + python-greenlet \ + python-pastedeploy \ + python-paste \ + python-routes \ + python-sqlalchemy \ + python-sqlalchemy-migrate \ + python-passlib \ + python-lxml \ + python-iso8601 \ + python-keystoneclient \ + python-oslo.config \ python-dogpile.core \ python-dogpile.cache \ python-pbr \ - " + " # TODO: # if DISTRO_FEATURE contains "tempest" then add *-tests to the main RDEPENDS -- cgit v1.2.3-54-g00ecf