From 0d2f0e570b471d91728b1571658d33b044370542 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 8 Feb 2016 10:01:18 -0500 Subject: python-six: uprev to latest The openstack layer requires a version of six >= 1.9.0 Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-requests_2.3.0.bb | 29 ------------------------ 1 file changed, 29 deletions(-) delete mode 100644 recipes-devtools/python/python-requests_2.3.0.bb (limited to 'recipes-devtools/python/python-requests_2.3.0.bb') diff --git a/recipes-devtools/python/python-requests_2.3.0.bb b/recipes-devtools/python/python-requests_2.3.0.bb deleted file mode 100644 index 6f38bf1c..00000000 --- a/recipes-devtools/python/python-requests_2.3.0.bb +++ /dev/null @@ -1,29 +0,0 @@ -HOMEPAGE = "http://python-requests.org" -SUMMARY = "Python HTTP for Humans." -DESCRIPTION = "\ - Requests is an Apache2 Licensed HTTP library, written in Python, \ - for human beings. \ - . \ - Most existing Python modules for sending HTTP requests are extremely \ - verbose and cumbersome. Python's builtin urllib2 module provides most \ - of the HTTP capabilities you should need, but the api is thoroughly \ - broken. It requires an enormous amount of work (even method overrides) \ - to perform the simplest of tasks. \ - . \ - Things shouldn't be this way. Not in Python \ - " -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=c7869e52c8275537186de35e3cd5f9ec" - -PR = "r0" -SRCNAME = "requests" - -SRC_URI = "http://pypi.python.org/packages/source/r/requests/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "7449ffdc8ec9ac37bbcd286003c80f00" -SRC_URI[sha256sum] = "1c1473875d846fe563d70868acf05b1953a4472f4695b7b3566d1d978957b8fc" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools -- cgit v1.2.3-54-g00ecf