diff mbox series

[meta-python,2/2] python3-python-multipart: Fix ptest dependencie

Message ID 20241011191205.808096-2-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/2] python3-propcache: Fix ptest dependencies | expand

Commit Message

Khem Raj Oct. 11, 2024, 7:12 p.m. UTC
Do not overwerite implicit dependencies, otherwise
ptests stop depending upon the correcpoding python module
resulting in runtime failures

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-devtools/python/python3-python-multipart_0.0.12.bb  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.12.bb b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.12.bb
index 340e297b83..b3c018629c 100644
--- a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.12.bb
+++ b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.12.bb
@@ -12,7 +12,7 @@  SRC_URI += " \
 	file://run-ptest \
 "
 
-RDEPENDS:${PN}-ptest = " \
+RDEPENDS:${PN}-ptest += " \
 	python3-pytest \
 	python3-pyyaml \
 	python3-unittest-automake-output \