summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-i18n.inc
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-09-19 05:19:53 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-09-21 17:34:21 -0400
commit775e8bd1cac034e2641cf0aa3cd3cdf5bc3900af (patch)
tree656372af8028874577d3a5175a8c69284d2b92f0 /meta-openstack/recipes-devtools/python/python-i18n.inc
parent9341acec2ab6c1dd725ac7a8c57de8ed3f6db478 (diff)
downloadmeta-cloud-services-775e8bd1cac034e2641cf0aa3cd3cdf5bc3900af.tar.gz
python3-i18n: upgrade 0.3.1 -> 0.3.9
-License-Update: Update README.md. 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-i18n.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-i18n.inc23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-i18n.inc b/meta-openstack/recipes-devtools/python/python-i18n.inc
deleted file mode 100644
index 74200e7..0000000
--- a/meta-openstack/recipes-devtools/python/python-i18n.inc
+++ /dev/null
@@ -1,23 +0,0 @@
1DESCRIPTION = "Translation library for Python"
2HOMEPAGE = "https://github.com/tuvistavie/python-i18n"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://README.md;md5=7624ac071dec291ca8ef74e62e536a7a"
6
7PYPI_PACKAGE = "python-i18n"
8
9SRC_URI[md5sum] = "08b8c247add9f90806c4742a685fdb88"
10SRC_URI[sha256sum] = "e1d832ff7d1d39ce593793cc709b2344aa8fdf321cf707081335f146160d9f20"
11
12inherit pypi
13
14# DEPENDS_default: python-pip
15
16DEPENDS += " \
17 ${PYTHON_PN}-pip \
18 "
19
20# RDEPENDS_default:
21RDEPENDS_${PN} += " \
22 ${PYTHON_PN}-pyyaml \
23 "