From 1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 3 Mar 2015 14:41:30 -0500 Subject: support-libs: refresh round1 Refreshing the support libraries to prepare for kilo uprevs of the core components. Signed-off-by: Bruce Ashfield --- .../python/python-httpretty_0.8.7.bb | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-httpretty_0.8.7.bb (limited to 'meta-openstack/recipes-devtools/python/python-httpretty_0.8.7.bb') diff --git a/meta-openstack/recipes-devtools/python/python-httpretty_0.8.7.bb b/meta-openstack/recipes-devtools/python/python-httpretty_0.8.7.bb new file mode 100644 index 0000000..740c4ca --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-httpretty_0.8.7.bb @@ -0,0 +1,26 @@ +# +# 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] = "753b82f3bf632fbfc595816a0f6691f0" +SRC_URI[sha256sum] = "bff5e3320fae20e3e7650bed216847ec32f3e85329014edb4d7ec2bc1b68cae2" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + " + -- cgit v1.2.3-54-g00ecf