From 758a55f4403f49b403f78b0a945567fa44b90769 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/python-keystone_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb index 56a9d0a..b18b001 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="a96d1a44bc0f074729c312e5c2a0f0875edf1765" PV="2013.2.2+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