From 2035ed7e30c7b9e10b08f2589b368f938496a4d3 Mon Sep 17 00:00:00 2001 From: Huang Qiyu Date: Mon, 23 Jan 2017 13:29:39 +0800 Subject: python-httpretty: 0.8.10 -> 0.8.14 1) Upgrade python-httpretty from 0.8.10 to 0.8.14. 2) License checksum changed,since the version and description were changed. Signed-off-by: Huang Qiyu Signed-off-by: Bruce Ashfield --- .../python/python-httpretty_0.8.10.bb | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-httpretty_0.8.10.bb (limited to 'meta-openstack/recipes-devtools/python/python-httpretty_0.8.10.bb') diff --git a/meta-openstack/recipes-devtools/python/python-httpretty_0.8.10.bb b/meta-openstack/recipes-devtools/python/python-httpretty_0.8.10.bb deleted file mode 100644 index a6d622e..0000000 --- a/meta-openstack/recipes-devtools/python/python-httpretty_0.8.10.bb +++ /dev/null @@ -1,26 +0,0 @@ -# -# Copyright (C) 2014 Wind River Systems, Inc. -# -DESCRIPTION = "HTTP client mock for Python" -HOMEPAGE = "https://pypi.python.org/pypi/httpretty" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=fac859f0c7aee8d7f10b1aa5b130d1a7" - -PR = "r0" -SRCNAME = "httpretty" - -SRC_URI = "https://pypi.python.org/packages/source/h/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ - " - -SRC_URI[md5sum] = "9c130b16726cbf85159574ae5761bce7" -SRC_URI[sha256sum] = "474a72722d66841f0e59cee285d837e1c6263be5be7bf2f8e824fc849a99adda" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -DEPENDS += " \ - python-pip \ - " - -- cgit v1.2.3-54-g00ecf