From 66f425c05227a30a8b0180618af5d431b2491d72 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Fri, 5 Feb 2021 14:19:40 +0000 Subject: [PATCH] python3-mock: Introduce recipe from meta-python Recipe imported from: http://cgit.openembedded.org/meta-openembedded/tree/meta-python/recipes-devtools/python/python3-mock_4.0.3.bb Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- recipes-devtools/python/python3-mock_4.0.3.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes-devtools/python/python3-mock_4.0.3.bb diff --git a/recipes-devtools/python/python3-mock_4.0.3.bb b/recipes-devtools/python/python3-mock_4.0.3.bb new file mode 100644 index 0000000..b34f25b --- /dev/null +++ b/recipes-devtools/python/python3-mock_4.0.3.bb @@ -0,0 +1,16 @@ +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 setuptools3 + +RDEPENDS_${PN} += "${PYTHON_PN}-prettytable \ + ${PYTHON_PN}-cmd2 \ + ${PYTHON_PN}-pyparsing \ + ${PYTHON_PN}-mccabe \ + ${PYTHON_PN}-pep8 \ + ${PYTHON_PN}-pyflakes" + +SRC_URI[sha256sum] = "7d3fbbde18228f4ff2f1f119a45cdffa458b4c0dee32eb4d2bb2f82554bac7bc" -- GitLab