mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 15:47:03 +00:00
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>
This commit is contained in:
parent
2413956e4f
commit
b958870520
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
python3 tests/tests.py
|
||||
python3 tests/test_ujson.py
|
||||
|
||||
@ -20,6 +20,8 @@ RDEPENDS_${PN} += "\
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-pytest \
|
||||
${PYTHON_PN}-pytz \
|
||||
"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user