diff options
| author | Keith Holman <Keith.Holman@windriver.com> | 2014-06-13 15:17:58 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-06-16 15:23:33 -0400 |
| commit | 05feaeeabe1bd34ed1d8a6f02c975fb07965f96d (patch) | |
| tree | 6b92134171b83268aec7d4f8d7be5b625b37cc3d /meta-openstack/recipes-devtools/python/python-barbican_git.bb | |
| parent | 7d2af28606c5dde7fa05bcdeb7d31188bae25b70 (diff) | |
| download | meta-cloud-services-05feaeeabe1bd34ed1d8a6f02c975fb07965f96d.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.bb | 1 |
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 | ||
| 17 | SRCREV="177d4499af6b261f48814503e3565f433e86cc66" | 18 | SRCREV="177d4499af6b261f48814503e3565f433e86cc66" |
