summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-17 10:57:04 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-17 14:30:34 -0500
commit9a1161b7302e67879b8f2f4892a22cbd0cd4fd59 (patch)
tree588bd57d8f7c1f74bea8b8d28d12357f56752258 /meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb
parent0d6067258d09fdd47c95828e5e0e9b0f9987a529 (diff)
downloadmeta-cloud-services-9a1161b7302e67879b8f2f4892a22cbd0cd4fd59.tar.gz
python-babel: uprev to 2.3.4
This version is required by python-oslo.i18n (after the uprev to stable/newton) and possibly others. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb b/meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb
new file mode 100644
index 0000000..790491d
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "A collection of tools for internationalizing Python applications"
2HOMEPAGE = "http://babel.edgewall.org/"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e6eeaabc92cfc2d03f53e789324d7292"
6
7SRCNAME = "Babel"
8SRC_URI = "https://pypi.io/packages/source/B/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
9"
10
11SRC_URI[md5sum] = "afa20bc55b0e991833030129ad498f35"
12SRC_URI[sha256sum] = "c535c4403802f6eb38173cd4863e419e2274921a01a8aad8a5b497c131c62875"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17
18CLEANBROKEN = "1"
19
20RDEPENDS_${PN} += " \
21 python-pytz \
22" \ No newline at end of file