mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
2cc6afc500
commit
897b2de3b7
|
|
@ -16,7 +16,7 @@ DEPENDS += " \
|
|||
python3-cython-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-ptest = " \
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
python3-pytest \
|
||||
python3-pytest-xdist \
|
||||
python3-unittest-automake-output \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user