diff options
| author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-08-27 14:56:39 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-09-03 17:08:22 -0400 |
| commit | e3375229a37fff189a15dcc377c18fb0ddda8b54 (patch) | |
| tree | b404fe528fcd4cbc307f9b491c3dafc75d6f0685 /meta-openstack/recipes-devtools/python/python-oslo.i18n_3.20.0.bb | |
| parent | f350ef4a6e61cba3166032a48516d360543100a0 (diff) | |
| download | meta-cloud-services-e3375229a37fff189a15dcc377c18fb0ddda8b54.tar.gz | |
python-oslo.i18n: upgrade 3.20.0 -> 3.23.1
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.i18n_3.20.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.i18n_3.20.0.bb | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_3.20.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.i18n_3.20.0.bb deleted file mode 100644 index 76a8b53..0000000 --- a/meta-openstack/recipes-devtools/python/python-oslo.i18n_3.20.0.bb +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 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 | SRCREV = "172e20b10981069c36b0f42377e5b4fbe22a9864" | ||
| 8 | |||
| 9 | SRCNAME = "oslo.i18n" | ||
| 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit setuptools | ||
| 15 | |||
| 16 | # DEPENDS_default: python-pip | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | python-pip \ | ||
| 20 | python-pbr \ | ||
| 21 | " | ||
| 22 | |||
| 23 | # Satisfy setup.py 'setup_requires' | ||
| 24 | DEPENDS += " \ | ||
| 25 | python-pbr-native \ | ||
| 26 | " | ||
| 27 | |||
| 28 | # RDEPENDS_default: | ||
| 29 | RDEPENDS_${PN} += " \ | ||
| 30 | python-babel \ | ||
| 31 | python-pbr \ | ||
| 32 | python-six \ | ||
| 33 | " | ||
