summaryrefslogtreecommitdiff
path: root/strata/openstack-common
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-05-22 11:55:06 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-06-04 13:50:06 +0000
commit8672cc4fb9221d1bf7f849380d9c04368fb43c70 (patch)
tree2266f6a794e7470e0338083a31a5736c2874aeac /strata/openstack-common
parent75a6df2d63e8c0b5c3fa7a2fe9ea649f1ad65c88 (diff)
downloaddefinitions-8672cc4fb9221d1bf7f849380d9c04368fb43c70.tar.gz
Use a version of Babel with Unicode CLDR included
Babel was failing with the following error: RuntimeError: The babel data files are not available. This usually happens because you are using a source checkout from Babel and you did not build the data files. Just make sure to run "python setup.py import_cldr" before installing the library. This commit fixes the problem.
Diffstat (limited to 'strata/openstack-common')
-rw-r--r--strata/openstack-common/babel.morph5
1 files changed, 5 insertions, 0 deletions
diff --git a/strata/openstack-common/babel.morph b/strata/openstack-common/babel.morph
new file mode 100644
index 00000000..e113f117
--- /dev/null
+++ b/strata/openstack-common/babel.morph
@@ -0,0 +1,5 @@
+name: babel
+kind: chunk
+build-system: python-distutils
+pre-build-commands:
+- python setup.py import_cldr