mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
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:
@@ -16,7 +16,7 @@ DEPENDS += " \
|
||||
python3-cython-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-ptest = " \
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
python3-pytest \
|
||||
python3-pytest-xdist \
|
||||
python3-unittest-automake-output \
|
||||
|
||||
Reference in New Issue
Block a user