diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-10-11 12:11:11 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-11 12:12:19 -0700 |
commit | 0f410a45fb8205e9d816093c088629ca629e6de1 (patch) | |
tree | 517b217310e98f5146ba110ee776ef5f0037b7f3 /meta-python | |
parent | 897b2de3b7e51939841653a35ebeb89e408098c8 (diff) | |
download | meta-openembedded-0f410a45fb8205e9d816093c088629ca629e6de1.tar.gz |
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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-python-multipart_0.0.12.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.12.bb b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.12.bb index 340e297b83..b3c018629c 100644 --- a/meta-python/recipes-devtools/python/python3-python-multipart_0.0.12.bb +++ b/meta-python/recipes-devtools/python/python3-python-multipart_0.0.12.bb | |||
@@ -12,7 +12,7 @@ SRC_URI += " \ | |||
12 | file://run-ptest \ | 12 | file://run-ptest \ |
13 | " | 13 | " |
14 | 14 | ||
15 | RDEPENDS:${PN}-ptest = " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
16 | python3-pytest \ | 16 | python3-pytest \ |
17 | python3-pyyaml \ | 17 | python3-pyyaml \ |
18 | python3-unittest-automake-output \ | 18 | python3-unittest-automake-output \ |