diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-09-29 22:58:45 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-10-01 23:10:36 -0400 |
| commit | b7133e477c13e4bf54b5d1fb0e5e940879c0a1e7 (patch) | |
| tree | dea617b618687fd861580e364a1239c482f80c6f /meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb | |
| parent | 72e4a4bedd7b6a16c0fca578ba92f7583df31bd2 (diff) | |
| download | meta-cloud-services-b7133e477c13e4bf54b5d1fb0e5e940879c0a1e7.tar.gz | |
python3-oslo.i18n: upgrade 3.23.1 -> 5.0.1
Consolidate inc and bb files into a single bb file.
Since python2 is no longer maintained, the recipe of python2 is removed.
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-oslo.i18n_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb index 5a06622..6cfd374 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb | |||
| @@ -1,2 +1,34 @@ | |||
| 1 | DESCRIPTION = "oslo.i18n library" | ||
| 2 | HOMEPAGE = "http://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | PV = "5.0.1+git${SRCPV}" | ||
| 8 | SRCREV = "73187bd86903fc87665a829c9a0c714db6aa3022" | ||
| 9 | |||
| 10 | SRCNAME = "oslo.i18n" | ||
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | ||
| 12 | |||
| 1 | inherit setuptools3 | 13 | inherit setuptools3 |
| 2 | require python-oslo.i18n.inc | 14 | |
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | # DEPENDS_default: python-pip | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | ${PYTHON_PN}-pip \ | ||
| 21 | ${PYTHON_PN}-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 24 | # Satisfy setup.py 'setup_requires' | ||
| 25 | DEPENDS += " \ | ||
| 26 | ${PYTHON_PN}-pbr-native \ | ||
| 27 | " | ||
| 28 | |||
| 29 | # RDEPENDS_default: | ||
| 30 | RDEPENDS_${PN} += " \ | ||
| 31 | ${PYTHON_PN}-babel \ | ||
| 32 | ${PYTHON_PN}-pbr \ | ||
| 33 | ${PYTHON_PN}-six \ | ||
| 34 | " | ||
