summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-django-babel_0.6.2.bb
diff options
context:
space:
mode:
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