summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-httpretty_0.8.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-httpretty_0.8.14.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-httpretty_0.8.14.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-httpretty_0.8.14.bb b/meta-openstack/recipes-devtools/python/python-httpretty_0.8.14.bb
deleted file mode 100644
index a315fff..0000000
--- a/meta-openstack/recipes-devtools/python/python-httpretty_0.8.14.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1#
2# Copyright (C) 2014 Wind River Systems, Inc.
3#
4DESCRIPTION = "HTTP client mock for Python"
5HOMEPAGE = "https://pypi.python.org/pypi/httpretty"
6SECTION = "devel/python"
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://COPYING;md5=88d874c445b42d9bcea5d211bbc6b8bd"
9
10SRC_URI[md5sum] = "2a6bbf270fafc77647b0479d95d0544c"
11SRC_URI[sha256sum] = "83c176bbac9d68a45a5cca54f2d5be7e6b16a063adf6f334e7fd0eee272e976e"
12
13inherit setuptools pypi
14
15DEPENDS += " \
16 python-pip \
17 "
18