summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-django-babel_git.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/python-django-babel_git.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/python-django-babel_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-django-babel_git.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-babel_git.bb b/meta-openstack/recipes-devtools/python/python-django-babel_git.bb
deleted file mode 100644
index 3f4f9e3..0000000
--- a/meta-openstack/recipes-devtools/python/python-django-babel_git.bb
+++ /dev/null
@@ -1,27 +0,0 @@
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
7SRCNAME = "django-babel"
8
9PV = "0.5.1+git${SRCPV}"
10SRCREV = "88b389381c0e269605311ae07029555b65a86bc5"
11
12SRC_URI = "git://github.com/python-babel/${SRCNAME}.git \
13 "
14
15S = "${WORKDIR}/git"
16
17inherit setuptools3
18
19DEPENDS += " \
20 python-pip \
21 "
22
23RDEPENDS_${PN} += " \
24 python-django \
25 python-babel \
26 "
27