summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystone_git.bb
diff options
context:
space:
mode:
authorKeith Holman <Keith.Holman@windriver.com>2014-06-06 10:27:00 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-06-09 09:45:08 -0400
commit758a55f4403f49b403f78b0a945567fa44b90769 (patch)
treea3084de3beba60ee2d5acc9a0c0f5b9e5fa12fe1 /meta-openstack/recipes-devtools/python/python-keystone_git.bb
parentdca93fca4f884dc8a4f5f6f37cf46a8d5c1b6ac5 (diff)
downloadmeta-cloud-services-758a55f4403f49b403f78b0a945567fa44b90769.tar.gz
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 <Keith.Holman@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystone_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb30
1 files changed, 15 insertions, 15 deletions
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 \
13 file://keystone \ 13 file://keystone \
14 file://openrc \ 14 file://openrc \
15 file://Update-test-core-ETCDIR-location.patch \ 15 file://Update-test-core-ETCDIR-location.patch \
16 " 16 "
17 17
18SRCREV="a96d1a44bc0f074729c312e5c2a0f0875edf1765" 18SRCREV="a96d1a44bc0f074729c312e5c2a0f0875edf1765"
19PV="2013.2.2+git${SRCPV}" 19PV="2013.2.2+git${SRCPV}"
@@ -119,23 +119,23 @@ DEPENDS += " \
119 119
120RDEPENDS_${PN} += " \ 120RDEPENDS_${PN} += " \
121 python-pam \ 121 python-pam \
122 python-webob \ 122 python-webob \
123 python-eventlet \ 123 python-eventlet \
124 python-greenlet \ 124 python-greenlet \
125 python-pastedeploy \ 125 python-pastedeploy \
126 python-paste \ 126 python-paste \
127 python-routes \ 127 python-routes \
128 python-sqlalchemy \ 128 python-sqlalchemy \
129 python-sqlalchemy-migrate \ 129 python-sqlalchemy-migrate \
130 python-passlib \ 130 python-passlib \
131 python-lxml \ 131 python-lxml \
132 python-iso8601 \ 132 python-iso8601 \
133 python-keystoneclient \ 133 python-keystoneclient \
134 python-oslo.config \ 134 python-oslo.config \
135 python-dogpile.core \ 135 python-dogpile.core \
136 python-dogpile.cache \ 136 python-dogpile.cache \
137 python-pbr \ 137 python-pbr \
138 " 138 "
139 139
140# TODO: 140# TODO:
141# if DISTRO_FEATURE contains "tempest" then add *-tests to the main RDEPENDS 141# if DISTRO_FEATURE contains "tempest" then add *-tests to the main RDEPENDS