diff options
| author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2021-02-05 10:29:43 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-09 08:24:04 -0500 |
| commit | 4ae9a61b492ce300412aa933613827a106a5cd9a (patch) | |
| tree | 21518bdd59f673d747768eb65ffc2945aed10ac9 /meta-openstack/recipes-devtools/python/python3-httpretty_1.0.5.bb | |
| parent | 61ac6da3641f19000d618f878558f24d91fc6137 (diff) | |
| download | meta-cloud-services-4ae9a61b492ce300412aa933613827a106a5cd9a.tar.gz | |
python3-httpretty: upgrade 1.0.3 -> 1.0.5
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-httpretty_1.0.5.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-httpretty_1.0.5.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.5.bb b/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.5.bb new file mode 100644 index 0000000..4b732ca --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.5.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 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=d87f7868a62b8d598eab40164594d21b" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "6d71a2387997ae8523dcc7ada51cb46a" | ||
| 11 | SRC_URI[sha256sum] = "e53c927c4d3d781a0761727f1edfad64abef94e828718e12b672a678a8b3e0b5" | ||
| 12 | |||
| 13 | inherit setuptools3 pypi | ||
| 14 | |||
| 15 | DEPENDS += " \ | ||
| 16 | ${PYTHON_PN}-pip \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS_${PN} = " \ | ||
| 20 | ${PYTHON_PN}-crypt \ | ||
| 21 | ${PYTHON_PN}-logging \ | ||
| 22 | ${PYTHON_PN}-json \ | ||
| 23 | ${PYTHON_PN}-core \ | ||
| 24 | " | ||
