From beec37279e5bc5962ead243e5e7df851209a3d31 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 14 Nov 2013 23:03:13 -0500 Subject: python-extras: introduction to meet tempest dependencies Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-extras_0.0.3.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-extras_0.0.3.bb (limited to 'meta-openstack/recipes-devtools/python/python-extras_0.0.3.bb') diff --git a/meta-openstack/recipes-devtools/python/python-extras_0.0.3.bb b/meta-openstack/recipes-devtools/python/python-extras_0.0.3.bb new file mode 100644 index 0000000..fe27a3f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-extras_0.0.3.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Useful extra bits for Python - things that should be in the standard library" +HOMEPAGE = "https://pypi.python.org/pypi/extras/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=6d108f338b2f68fe48ac366c4650bd8b" + +PR = "r0" +SRCNAME = "extras" + +SRC_URI = "https://pypi.python.org/packages/source/e/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "03ce207391454db37279e78ce2112365" +SRC_URI[sha256sum] = "534ff6feefe1cd03984f444e6415aacc79c0a85f3b868ec41a2fd5003004c31e" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf