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