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/python3-django-babel_0.6.2.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/python3-django-babel_0.6.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-django-babel_0.6.2.bb | 20 |
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 @@ | |||
| 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 | inherit setuptools3 pypi | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "a5483952426d1cd749e7204902b34d63" | ||
| 10 | SRC_URI[sha256sum] = "1e621b198e1f98ae4f93e43463cf78cbedbace475eb6e0853ba1e2567f3b8119" | ||
| 11 | |||
| 12 | DEPENDS += " \ | ||
| 13 | python3-pip \ | ||
| 14 | " | ||
| 15 | |||
| 16 | RDEPENDS_${PN} += " \ | ||
| 17 | python3-django \ | ||
| 18 | python3-babel \ | ||
| 19 | " | ||
| 20 | |||
