python3-python-multipart: Fix ptest dependencie

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:11:11 -07:00
parent 897b2de3b7
commit 0f410a45fb
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -12,7 +12,7 @@ SRC_URI += " \
file://run-ptest \
"
RDEPENDS:${PN}-ptest = " \
RDEPENDS:${PN}-ptest += " \
python3-pytest \
python3-pyyaml \
python3-unittest-automake-output \