summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:22:15 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commitb9737fb064383e60bee3026f7c20066325e93c8a (patch)
tree783e1bf27137c67de398e093208c1264ff3d9603 /meta-python
parente7430b5874ae68c02a4cc0ecdbe76b62446c67c6 (diff)
downloadmeta-openembedded-b9737fb064383e60bee3026f7c20066325e93c8a.tar.gz
python3-mock: cleanup RDEPENDS
Drop PYTHON_PN, improve coding-style and order the dependencies alphabetically. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-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 633b6f277..6753d2cbf 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"