From b45ce183ceaf30592521a84fb5cd06c827343e82 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 3 Feb 2016 20:41:12 -0500 Subject: python-ordereddict: initial version This package provides a drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6. This package is required by oslo.middleware. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-ordereddict_1.1.bb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-ordereddict_1.1.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-ordereddict_1.1.bb b/meta-openstack/recipes-devtools/python/python-ordereddict_1.1.bb new file mode 100644 index 0000000..db8afa3 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-ordereddict_1.1.bb @@ -0,0 +1,27 @@ +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" + + +SRCNAME = "ordereddict" +SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "a0ed854ee442051b249bfad0f638bbec" +SRC_URI[sha256sum] = "1c35b4ac206cef2d24816c89f89cf289dd3d38cf7c449bb3fab7bf6d43f01b1f" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +# DEPENDS_default: python-pip + +DEPENDS += " \ + python-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + python-pip \ + " -- cgit v1.2.3-54-g00ecf