From ba7ecb1f62a452baf6040f8521bcd629468241d0 Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 29 Sep 2020 22:58:07 +0800 Subject: python3-ordereddict: Consolidate in a single file Consolidate inc and bb files into a single bb file. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python3-ordereddict_1.1.bb | 23 ++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python3-ordereddict_1.1.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-ordereddict_1.1.bb b/meta-openstack/recipes-devtools/python/python3-ordereddict_1.1.bb index 46c08d0..9fa676b 100644 --- a/meta-openstack/recipes-devtools/python/python3-ordereddict_1.1.bb +++ b/meta-openstack/recipes-devtools/python/python3-ordereddict_1.1.bb @@ -1,2 +1,21 @@ -require python-ordereddict.inc -inherit setuptools3 +DESCRIPTION = "A drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6." +HOMEPAGE = "https://pypi.python.org/pypi/ordereddict" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7f0267460024072a9bbf135ee87a41b8" + +SRC_URI[md5sum] = "a0ed854ee442051b249bfad0f638bbec" +SRC_URI[sha256sum] = "1c35b4ac206cef2d24816c89f89cf289dd3d38cf7c449bb3fab7bf6d43f01b1f" + +inherit setuptools3 pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-pip \ + " -- cgit v1.2.3-54-g00ecf