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 | |
| 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')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-django-babel_0.6.2.bb (renamed from meta-openstack/recipes-devtools/python/python-django-babel_git.bb) | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-babel_git.bb b/meta-openstack/recipes-devtools/python/python3-django-babel_0.6.2.bb index 3f4f9e3..80c5405 100644 --- a/meta-openstack/recipes-devtools/python/python-django-babel_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-django-babel_0.6.2.bb | |||
| @@ -4,24 +4,17 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=5ae97ab65116b8d7890c59de57577b46" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=5ae97ab65116b8d7890c59de57577b46" |
| 6 | 6 | ||
| 7 | SRCNAME = "django-babel" | 7 | inherit setuptools3 pypi |
| 8 | 8 | ||
| 9 | PV = "0.5.1+git${SRCPV}" | 9 | SRC_URI[md5sum] = "a5483952426d1cd749e7204902b34d63" |
| 10 | SRCREV = "88b389381c0e269605311ae07029555b65a86bc5" | 10 | SRC_URI[sha256sum] = "1e621b198e1f98ae4f93e43463cf78cbedbace475eb6e0853ba1e2567f3b8119" |
| 11 | |||
| 12 | SRC_URI = "git://github.com/python-babel/${SRCNAME}.git \ | ||
| 13 | " | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit setuptools3 | ||
| 18 | 11 | ||
| 19 | DEPENDS += " \ | 12 | DEPENDS += " \ |
| 20 | python-pip \ | 13 | python3-pip \ |
| 21 | " | 14 | " |
| 22 | 15 | ||
| 23 | RDEPENDS_${PN} += " \ | 16 | RDEPENDS_${PN} += " \ |
| 24 | python-django \ | 17 | python3-django \ |
| 25 | python-babel \ | 18 | python3-babel \ |
| 26 | " | 19 | " |
| 27 | 20 | ||
