summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2023-06-15 16:10:48 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-15 10:28:20 -0700
commita1dfcaeb5988aa4691481d05841017bc881fa026 (patch)
tree5cb0eb02e1c851286c3144f5c2da5e36fdefddb5 /meta-python/recipes-devtools/python
parentd04c39d753ef17108516d054c4bd89a69de44616 (diff)
downloadmeta-openembedded-a1dfcaeb5988aa4691481d05841017bc881fa026.tar.gz
python3-stopit: fix override syntax
Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb b/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb
index 91ff21fa18..64e3671e1b 100644
--- a/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-stopit_1.1.2.bb
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "f7f39c583fd92027bd9d06127b259aee7a5b7945c1f1fa56263811e1e7
10 10
11inherit pypi setuptools3 11inherit pypi setuptools3
12 12
13RDEPENDS_${PN} += "\ 13RDEPENDS:${PN} += "\
14 ${PYTHON_PN}-setuptools \ 14 ${PYTHON_PN}-setuptools \
15 " 15 "
16 16