summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-mock_5.0.2.bb14
1 files changed, 8 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python3-mock_5.0.2.bb b/meta-python/recipes-devtools/python/python3-mock_5.0.2.bb
index 633b6f2776..6753d2cbfe 100644
--- a/meta-python/recipes-devtools/python/python3-mock_5.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-mock_5.0.2.bb
@@ -6,11 +6,13 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=de9dfbf780446b18aab11f00baaf5b7e"
6 6
7inherit pypi setuptools3 7inherit pypi setuptools3
8 8
9RDEPENDS:${PN} += "${PYTHON_PN}-prettytable \ 9RDEPENDS:${PN} += " \
10 ${PYTHON_PN}-cmd2 \ 10 python3-cmd2 \
11 ${PYTHON_PN}-pyparsing \ 11 python3-mccabe \
12 ${PYTHON_PN}-mccabe \ 12 python3-pep8 \
13 ${PYTHON_PN}-pep8 \ 13 python3-prettytable \
14 ${PYTHON_PN}-pyflakes" 14 python3-pyflakes \
15 python3-pyparsing \
16"
15 17
16SRC_URI[sha256sum] = "06f18d7d65b44428202b145a9a36e99c2ee00d1eb992df0caf881d4664377891" 18SRC_URI[sha256sum] = "06f18d7d65b44428202b145a9a36e99c2ee00d1eb992df0caf881d4664377891"