summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-httpretty.inc18
-rw-r--r--meta-openstack/recipes-devtools/python/python-httpretty_0.9.6.bb19
-rw-r--r--meta-openstack/recipes-devtools/python/python3-httpretty_0.9.6.bb3
3 files changed, 23 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-httpretty.inc b/meta-openstack/recipes-devtools/python/python-httpretty.inc
new file mode 100644
index 0000000..f39e283
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-httpretty.inc
@@ -0,0 +1,18 @@
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=113a91608a1d89039af9393c39bcaa2c"
9
10SRC_URI[md5sum] = "3b881b519e0f405caaf8aaa63f3508c0"
11SRC_URI[sha256sum] = "01b52d45077e702eda491f4fe75328d3468fd886aed5dcc530003e7b2b5939dc"
12
13inherit pypi
14
15DEPENDS += " \
16 ${PYTHON_PN}-pip \
17 "
18
diff --git a/meta-openstack/recipes-devtools/python/python-httpretty_0.9.6.bb b/meta-openstack/recipes-devtools/python/python-httpretty_0.9.6.bb
index 68d79f3..8993807 100644
--- a/meta-openstack/recipes-devtools/python/python-httpretty_0.9.6.bb
+++ b/meta-openstack/recipes-devtools/python/python-httpretty_0.9.6.bb
@@ -1,18 +1,3 @@
1# 1inherit setuptools
2# Copyright (C) 2014 Wind River Systems, Inc. 2require python-httpretty.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=113a91608a1d89039af9393c39bcaa2c"
9
10SRC_URI[md5sum] = "3b881b519e0f405caaf8aaa63f3508c0"
11SRC_URI[sha256sum] = "01b52d45077e702eda491f4fe75328d3468fd886aed5dcc530003e7b2b5939dc"
12
13inherit setuptools pypi
14
15DEPENDS += " \
16 python-pip \
17 "
18 3
diff --git a/meta-openstack/recipes-devtools/python/python3-httpretty_0.9.6.bb b/meta-openstack/recipes-devtools/python/python3-httpretty_0.9.6.bb
new file mode 100644
index 0000000..b9f7699
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-httpretty_0.9.6.bb
@@ -0,0 +1,3 @@
1inherit setuptools3
2require python-httpretty.inc
3