summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-django-babel_0.6.2.bb
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 /meta-openstack/recipes-devtools/python/python3-django-babel_0.6.2.bb
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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-django-babel_0.6.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-django-babel_0.6.2.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-django-babel_0.6.2.bb b/meta-openstack/recipes-devtools/python/python3-django-babel_0.6.2.bb
new file mode 100644
index 0000000..80c5405
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-django-babel_0.6.2.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "Tools for using Babel with Django"
2HOMEPAGE = "https://github.com/python-babel/django-babel"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYING;md5=5ae97ab65116b8d7890c59de57577b46"
6
7inherit setuptools3 pypi
8
9SRC_URI[md5sum] = "a5483952426d1cd749e7204902b34d63"
10SRC_URI[sha256sum] = "1e621b198e1f98ae4f93e43463cf78cbedbace475eb6e0853ba1e2567f3b8119"
11
12DEPENDS += " \
13 python3-pip \
14 "
15
16RDEPENDS_${PN} += " \
17 python3-django \
18 python3-babel \
19 "
20