diff mbox series

[meta-python,1/2] python3-propcache: Fix ptest dependencies

Message ID 20241011191205.808096-1-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>
---
 meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb b/meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb
index 5f9fbda5f1..69e0bed4be 100644
--- a/meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb
@@ -16,7 +16,7 @@  DEPENDS += " \
 	python3-cython-native \
 "
 
-RDEPENDS:${PN}-ptest = " \
+RDEPENDS:${PN}-ptest += " \
 	python3-pytest \
 	python3-pytest-xdist \
 	python3-unittest-automake-output \