From 628887f1a818e3e4dbd52b3d8bf81651e47b2c08 Mon Sep 17 00:00:00 2001 From: Keith Holman Date: Fri, 13 Jun 2014 15:17:58 -0400 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-barbican_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python/python-barbican_git.bb') 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 \ file://barbican.init \ file://barbican-increase-buffer-size-to-support-PKI-tokens.patch \ file://barbican-fix-path-to-find-configuration-files.patch \ + file://barbican-handle-white-space-in-date-strings.patch \ " SRCREV="177d4499af6b261f48814503e3565f433e86cc66" -- cgit v1.2.3-54-g00ecf