diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-31 10:08:42 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-25 15:25:35 -0500 |
commit | cd8ab215f77aa124f8b2229fc1dd43d65ac81145 (patch) | |
tree | 48b7d312fa345d53099192e75c020852934d777d /meta-openstack/recipes-devtools/python/python-babel_1.3.bb | |
parent | a92e566f8b3968bdf65b423c00b808567df4a5f4 (diff) | |
download | meta-cloud-services-cd8ab215f77aa124f8b2229fc1dd43d65ac81145.tar.gz |
python-babel: uprev to meet havana requirements
We need a newer python-babel for the uprev'd havana components.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-babel_1.3.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-babel_1.3.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-babel_1.3.bb b/meta-openstack/recipes-devtools/python/python-babel_1.3.bb new file mode 100644 index 0000000..390a3c5 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-babel_1.3.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "A collection of tools for internationalizing Python applications" | ||
2 | HOMEPAGE = "http://babel.edgewall.org/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "BSD" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e6eeaabc92cfc2d03f53e789324d7292" | ||
6 | |||
7 | PR = "r0" | ||
8 | SRCNAME = "Babel" | ||
9 | SRC_URI = "https://pypi.python.org/packages/source/B/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
10 | " | ||
11 | |||
12 | SRC_URI[md5sum] = "5264ceb02717843cbc9ffce8e6e06bdb" | ||
13 | SRC_URI[sha256sum] = "9f02d0357184de1f093c10012b52e7454a1008be6a5c185ab7a3307aceb1d12e" | ||
14 | |||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
16 | |||
17 | inherit setuptools | ||
18 | |||