summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorTom Geelen <t.f.g.geelen@gmail.com>2025-10-06 00:14:10 +0200
committerKhem Raj <raj.khem@gmail.com>2025-10-06 11:34:38 -0700
commit2af293e8ca7a9274b651aba658caeb296399bacb (patch)
tree847abd9e9471bf58a6cd0e35b541154526048b9d /meta-python
parentc9a55aef871f30df33f6fdd4e7867df135a9a710 (diff)
downloadmeta-openembedded-2af293e8ca7a9274b651aba658caeb296399bacb.tar.gz
python3-stevedore: change to correct build backend
Recipe was using the wrong build backend and a warning was being thrown. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-stevedore_5.5.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-stevedore_5.5.0.bb b/meta-python/recipes-devtools/python/python3-stevedore_5.5.0.bb
index 5ec38fdb5e..5f63f6b128 100644
--- a/meta-python/recipes-devtools/python/python3-stevedore_5.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-stevedore_5.5.0.bb
@@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "d31496a4f4df9825e1a1e4f1f74d19abb0154aff311c3b376fcc89dae8
7 7
8DEPENDS += "python3-pbr-native" 8DEPENDS += "python3-pbr-native"
9 9
10inherit pypi setuptools3 10inherit pypi python_setuptools_build_meta
11 11
12RDEPENDS:${PN} += "python3-pbr python3-six" 12RDEPENDS:${PN} += "python3-pbr python3-six"
13 13