diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-07-20 22:36:57 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-07-20 14:50:13 -0400 |
| commit | 5642025a644c992ffa81762bf30a0d81f4afaa56 (patch) | |
| tree | d1c0b5bc7f87fc258bc88d3878190eeae77a2daf /meta-openstack/recipes-devtools/python/python-django-babel_git.bb | |
| parent | ae7239c9f5373a3fe584db5d0414267bc9d7f776 (diff) | |
| download | meta-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.bb | 27 |
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 @@ | |||
| 1 | DESCRIPTION = "Tools for using Babel with Django" | ||
| 2 | HOMEPAGE = "https://github.com/python-babel/django-babel" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=5ae97ab65116b8d7890c59de57577b46" | ||
| 6 | |||
| 7 | SRCNAME = "django-babel" | ||
| 8 | |||
| 9 | PV = "0.5.1+git${SRCPV}" | ||
| 10 | SRCREV = "88b389381c0e269605311ae07029555b65a86bc5" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/python-babel/${SRCNAME}.git \ | ||
| 13 | " | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit setuptools3 | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | " | ||
| 22 | |||
| 23 | RDEPENDS_${PN} += " \ | ||
| 24 | python-django \ | ||
| 25 | python-babel \ | ||
| 26 | " | ||
| 27 | |||
