From a0c0b876255ea6be4f6f44f4297fe4f954d62978 Mon Sep 17 00:00:00 2001 From: zangrc Date: Sat, 19 Sep 2020 05:19:29 +0800 Subject: python3-httpretty: upgrade 0.9.7 -> 1.0.2 -License-Update: Copyright year updated to 2020. Consolidate inc and bb files into a single bb file. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-httpretty.inc | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-httpretty.inc (limited to 'meta-openstack/recipes-devtools/python/python-httpretty.inc') diff --git a/meta-openstack/recipes-devtools/python/python-httpretty.inc b/meta-openstack/recipes-devtools/python/python-httpretty.inc deleted file mode 100644 index 97bd6b3..0000000 --- a/meta-openstack/recipes-devtools/python/python-httpretty.inc +++ /dev/null @@ -1,18 +0,0 @@ -# -# Copyright (C) 2014 Wind River Systems, Inc. -# -DESCRIPTION = "HTTP client mock for Python" -HOMEPAGE = "https://pypi.python.org/pypi/httpretty" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=113a91608a1d89039af9393c39bcaa2c" - -SRC_URI[md5sum] = "2fc3d0dc986200be95ce8ad3ef56bc04" -SRC_URI[sha256sum] = "66216f26b9d2c52e81808f3e674a6fb65d4bf719721394a1a9be926177e55fbe" - -inherit pypi - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -- cgit v1.2.3-54-g00ecf