summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-10-11 12:10:01 -0700
committerKhem Raj <raj.khem@gmail.com>2024-10-11 12:12:19 -0700
commit897b2de3b7e51939841653a35ebeb89e408098c8 (patch)
tree5d057f5cc2d7d04626e92e42bbc7da9c428ab3d7 /meta-python
parent2cc6afc50075442e6e534805c72f576cc238f12a (diff)
downloadmeta-openembedded-897b2de3b7e51939841653a35ebeb89e408098c8.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb b/meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb
index 5f9fbda5f1..69e0bed4be 100644
--- a/meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-propcache_0.2.0.bb
@@ -16,7 +16,7 @@ DEPENDS += " \
16 python3-cython-native \ 16 python3-cython-native \
17" 17"
18 18
19RDEPENDS:${PN}-ptest = " \ 19RDEPENDS:${PN}-ptest += " \
20 python3-pytest \ 20 python3-pytest \
21 python3-pytest-xdist \ 21 python3-pytest-xdist \
22 python3-unittest-automake-output \ 22 python3-unittest-automake-output \