aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb
diff options
context:
space:
mode:
authorTrevor Gamblin <trevor.gamblin@windriver.com>2021-05-20 13:26:18 -0400
committerKhem Raj <raj.khem@gmail.com>2021-05-24 07:36:50 -0700
commitb958870520115765748808a57ac0abd987ad2a99 (patch)
tree6b9e27db5757bd781249dff05d74e80db8073754 /meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb
parent2413956e4f3af413b06bbf26888f12e4fd1f19d0 (diff)
downloadmeta-openembedded-contrib-b958870520115765748808a57ac0abd987ad2a99.tar.gz
python3-ujson: fix ptests
- Add python3-json and python3-pytest to ptest RDEPENDS - Correct test file path in run-ptest Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb b/meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb
index d79206fe68..43f286d169 100644
--- a/meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb
@@ -20,6 +20,8 @@ RDEPENDS_${PN} += "\
"
RDEPENDS_${PN}-ptest += " \
+ ${PYTHON_PN}-json \
+ ${PYTHON_PN}-pytest \
${PYTHON_PN}-pytz \
"