diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ujson/run-ptest | 2 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ujson_4.0.2.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ujson/run-ptest b/meta-python/recipes-devtools/python/python3-ujson/run-ptest index 1b3914647c..b1539453a6 100644 --- a/meta-python/recipes-devtools/python/python3-ujson/run-ptest +++ b/meta-python/recipes-devtools/python/python3-ujson/run-ptest | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | python3 tests/tests.py | 3 | python3 tests/test_ujson.py |
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 | ||
