summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb (renamed from meta-openstack/recipes-devtools/python/python-babel_1.3.bb)11
1 files changed, 7 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-babel_1.3.bb b/meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb
index e61379f..790491d 100644
--- a/meta-openstack/recipes-devtools/python/python-babel_1.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-babel_2.3.4.bb
@@ -4,16 +4,19 @@ SECTION = "devel/python"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e6eeaabc92cfc2d03f53e789324d7292" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=e6eeaabc92cfc2d03f53e789324d7292"
6 6
7PR = "r0"
8SRCNAME = "Babel" 7SRCNAME = "Babel"
9SRC_URI = "https://pypi.python.org/packages/source/B/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ 8SRC_URI = "https://pypi.io/packages/source/B/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
10" 9"
11 10
12SRC_URI[md5sum] = "5264ceb02717843cbc9ffce8e6e06bdb" 11SRC_URI[md5sum] = "afa20bc55b0e991833030129ad498f35"
13SRC_URI[sha256sum] = "9f02d0357184de1f093c10012b52e7454a1008be6a5c185ab7a3307aceb1d12e" 12SRC_URI[sha256sum] = "c535c4403802f6eb38173cd4863e419e2274921a01a8aad8a5b497c131c62875"
14 13
15S = "${WORKDIR}/${SRCNAME}-${PV}" 14S = "${WORKDIR}/${SRCNAME}-${PV}"
16 15
17inherit setuptools 16inherit setuptools
18 17
19CLEANBROKEN = "1" 18CLEANBROKEN = "1"
19
20RDEPENDS_${PN} += " \
21 python-pytz \
22" \ No newline at end of file