From c0b91e7cfddd1c1202f88752a55c4cb74271cc90 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 22 Sep 2020 10:29:17 +0800 Subject: python3-mock: Remove recipe Remove this recipe, because a higher version of the recipe exists in: meta-openembedded/meta-python/recipes-devtools/python/python3-mock_4.0.2.bb Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-mock.inc | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-mock.inc (limited to 'meta-openstack/recipes-devtools/python/python-mock.inc') diff --git a/meta-openstack/recipes-devtools/python/python-mock.inc b/meta-openstack/recipes-devtools/python/python-mock.inc deleted file mode 100644 index f05061f..0000000 --- a/meta-openstack/recipes-devtools/python/python-mock.inc +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "A Python Mocking and Patching Library for Testing" -HOMEPAGE = "https://pypi.python.org/pypi/mock" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e" - -inherit pypi - -RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \ - ${PYTHON_PN}-cmd2 \ - ${PYTHON_PN}-pyparsing \ - ${PYTHON_PN}-mccabe \ - ${PYTHON_PN}-pep8 \ - ${PYTHON_PN}-pyflakes" -- cgit v1.2.3-54-g00ecf