summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-barbican_git.bb
diff options
context:
space:
mode:
authorKeith Holman <Keith.Holman@windriver.com>2014-06-13 15:17:58 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-06-16 15:23:41 -0400
commit628887f1a818e3e4dbd52b3d8bf81651e47b2c08 (patch)
treea3fc33ff95390386703552e120e265298c2db98a /meta-openstack/recipes-devtools/python/python-barbican_git.bb
parent9ea09886b02756ec6449837040921f9207b8d4ac (diff)
downloadmeta-cloud-services-628887f1a818e3e4dbd52b3d8bf81651e47b2c08.tar.gz
barbican: handle white space in date strings
Barbican tests fail because white space is not being properly parsed by the iso8601 python package. This fix updates the barbican code using a patch file to strip white space from the date before passing it to the is8601 package for parsing. Signed-off-by: Keith Holman <Keith.Holman@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-barbican_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-barbican_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
index 8e53efd..b0d32ae 100644
--- a/meta-openstack/recipes-devtools/python/python-barbican_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
@@ -12,6 +12,7 @@ SRC_URI = "git://github.com/openstack/barbican.git;branch=master \
12 file://barbican.init \ 12 file://barbican.init \
13 file://barbican-increase-buffer-size-to-support-PKI-tokens.patch \ 13 file://barbican-increase-buffer-size-to-support-PKI-tokens.patch \
14 file://barbican-fix-path-to-find-configuration-files.patch \ 14 file://barbican-fix-path-to-find-configuration-files.patch \
15 file://barbican-handle-white-space-in-date-strings.patch \
15 " 16 "
16 17
17SRCREV="177d4499af6b261f48814503e3565f433e86cc66" 18SRCREV="177d4499af6b261f48814503e3565f433e86cc66"