python3-propcache: Fix ptest dependencies

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>
This commit is contained in:
Khem Raj
2024-10-11 12:10:01 -07:00
parent 2cc6afc500
commit 897b2de3b7

View File

@@ -16,7 +16,7 @@ DEPENDS += " \
python3-cython-native \
"
RDEPENDS:${PN}-ptest = " \
RDEPENDS:${PN}-ptest += " \
python3-pytest \
python3-pytest-xdist \
python3-unittest-automake-output \