diff mbox series

[meta-python,1/8] python3-requests-toolbelt: add BBCLASSEXTEND: native nativesdk

Message ID 20251105212631.386242-2-t.f.g.geelen@gmail.com
State New
Headers show
Series [meta-python,1/8] python3-requests-toolbelt: add BBCLASSEXTEND: native nativesdk | expand

Commit Message

Tom Geelen Nov. 5, 2025, 9:26 p.m. UTC
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com>
---
 .../recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb  | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb b/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb
index 8956dee1f1..f74f967bc1 100644
--- a/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb
@@ -32,3 +32,5 @@  do_install_ptest:append() {
 	# downloaded file is not supported
 	rm -f ${D}${PTEST_PATH}/tests/test_multipart_encoder.py
 }
+
+BBCLASSEXTEND = "native nativesdk"