diff options
| author | Hong Liu <hongl.fnst@cn.fujitsu.com> | 2018-07-16 17:36:30 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-07-22 23:20:53 -0400 |
| commit | ecb68a9cd08813ea8ad40566bae652bd283a43cc (patch) | |
| tree | 6bfb918b7a94b524473f9574b5a39fd4bd5be023 /meta-openstack/recipes-devtools/python/python-httpretty_0.9.5.bb | |
| parent | b62d95b36ec442b21ce4e22a8ea25296f852d19a (diff) | |
| download | meta-cloud-services-ecb68a9cd08813ea8ad40566bae652bd283a43cc.tar.gz | |
python-httpretty:0.8.14 -> 0.9.5
1.Upgrade python-httpretty from 0.8.14 to 0.9.5.
Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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 | |||
