summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-07-20 22:36:57 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-07-20 14:50:13 -0400
commit5642025a644c992ffa81762bf30a0d81f4afaa56 (patch)
treed1c0b5bc7f87fc258bc88d3878190eeae77a2daf
parentae7239c9f5373a3fe584db5d0414267bc9d7f776 (diff)
downloadmeta-cloud-services-5642025a644c992ffa81762bf30a0d81f4afaa56.tar.gz
python3-django-babel: Change to python3
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python3-django-babel_0.6.2.bb (renamed from meta-openstack/recipes-devtools/python/python-django-babel_git.bb)19
1 files changed, 6 insertions, 13 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-babel_git.bb b/meta-openstack/recipes-devtools/python/python3-django-babel_0.6.2.bb
index 3f4f9e3..80c5405 100644
--- a/meta-openstack/recipes-devtools/python/python-django-babel_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-django-babel_0.6.2.bb
@@ -4,24 +4,17 @@ SECTION = "devel/python"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYING;md5=5ae97ab65116b8d7890c59de57577b46" 5LIC_FILES_CHKSUM = "file://COPYING;md5=5ae97ab65116b8d7890c59de57577b46"
6 6
7SRCNAME = "django-babel" 7inherit setuptools3 pypi
8 8
9PV = "0.5.1+git${SRCPV}" 9SRC_URI[md5sum] = "a5483952426d1cd749e7204902b34d63"
10SRCREV = "88b389381c0e269605311ae07029555b65a86bc5" 10SRC_URI[sha256sum] = "1e621b198e1f98ae4f93e43463cf78cbedbace475eb6e0853ba1e2567f3b8119"
11
12SRC_URI = "git://github.com/python-babel/${SRCNAME}.git \
13 "
14
15S = "${WORKDIR}/git"
16
17inherit setuptools3
18 11
19DEPENDS += " \ 12DEPENDS += " \
20 python-pip \ 13 python3-pip \
21 " 14 "
22 15
23RDEPENDS_${PN} += " \ 16RDEPENDS_${PN} += " \
24 python-django \ 17 python3-django \
25 python-babel \ 18 python3-babel \
26 " 19 "
27 20