From 775e8bd1cac034e2641cf0aa3cd3cdf5bc3900af Mon Sep 17 00:00:00 2001 From: zangrc Date: Sat, 19 Sep 2020 05:19:53 +0800 Subject: python3-i18n: upgrade 0.3.1 -> 0.3.9 -License-Update: Update README.md. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python3-i18n_0.3.9.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-i18n_0.3.9.bb (limited to 'meta-openstack/recipes-devtools/python/python3-i18n_0.3.9.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-i18n_0.3.9.bb b/meta-openstack/recipes-devtools/python/python3-i18n_0.3.9.bb new file mode 100644 index 0000000..92a5aa3 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-i18n_0.3.9.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Translation library for Python" +HOMEPAGE = "https://github.com/tuvistavie/python-i18n" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://README.md;md5=57cb947993e30ec5ab6df3f12d04ebad" + +PYPI_PACKAGE = "python-i18n" + +SRC_URI[md5sum] = "581de49007179e536c4c47982a651cea" +SRC_URI[sha256sum] = "df97f3d2364bf3a7ebfbd6cbefe8e45483468e52a9e30b909c6078f5f471e4e8" + +inherit setuptools3 pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-pyyaml \ + " -- cgit v1.2.3-54-g00ecf