From 8672cc4fb9221d1bf7f849380d9c04368fb43c70 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 22 May 2015 11:55:06 +0000 Subject: 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. --- strata/openstack-common/babel.morph | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 strata/openstack-common/babel.morph (limited to 'strata/openstack-common') 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 -- cgit v1.2.1