diff options
| author | Trevor Gamblin <trevor.gamblin@windriver.com> | 2021-05-20 13:26:18 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-05-24 07:36:50 -0700 |
| commit | b958870520115765748808a57ac0abd987ad2a99 (patch) | |
| tree | 6b9e27db5757bd781249dff05d74e80db8073754 /meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb | |
| parent | 2413956e4f3af413b06bbf26888f12e4fd1f19d0 (diff) | |
| download | meta-openembedded-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.bb | 2 |
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} += "\ | |||
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | RDEPENDS_${PN}-ptest += " \ | 22 | RDEPENDS_${PN}-ptest += " \ |
| 23 | ${PYTHON_PN}-json \ | ||
| 24 | ${PYTHON_PN}-pytest \ | ||
| 23 | ${PYTHON_PN}-pytz \ | 25 | ${PYTHON_PN}-pytz \ |
| 24 | " | 26 | " |
| 25 | 27 | ||
