diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2021-01-05 15:34:21 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-01-10 23:16:28 -0500 |
| commit | 13d4f9e5496e2486d47303e19c849dc2645ad480 (patch) | |
| tree | 6c6a7a6c738804037584439a2d6b02c9db3533c1 /meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb | |
| parent | 6efe53be6f6f8f008b1f34212770ff665edbb4ec (diff) | |
| download | meta-cloud-services-13d4f9e5496e2486d47303e19c849dc2645ad480.tar.gz | |
python3-httpretty: upgrade 1.0.2 -> 1.0.3
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb deleted file mode 100644 index 0742746..0000000 --- a/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 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] = "1f6b9b64818837134b93839e5c7051bb" | ||
| 11 | SRC_URI[sha256sum] = "24a6fd2fe1c76e94801b74db8f52c0fb42718dc4a199a861b305b1a492b9d868" | ||
| 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 | " | ||
