diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-01-17 10:57:04 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-17 14:30:34 -0500 |
| commit | 9a1161b7302e67879b8f2f4892a22cbd0cd4fd59 (patch) | |
| tree | 588bd57d8f7c1f74bea8b8d28d12357f56752258 /meta-openstack/recipes-devtools/python/python-babel_1.3.bb | |
| parent | 0d6067258d09fdd47c95828e5e0e9b0f9987a529 (diff) | |
| download | meta-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_1.3.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-babel_1.3.bb | 19 |
1 files changed, 0 insertions, 19 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 deleted file mode 100644 index e61379f..0000000 --- a/meta-openstack/recipes-devtools/python/python-babel_1.3.bb +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 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 | |||
| 19 | CLEANBROKEN = "1" | ||
