diff options
| author | Tim Orling <ticotimo@gmail.com> | 2024-02-16 16:15:32 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-16 16:42:36 -0800 |
| commit | 2690753907d7c3070aacd20aa933e213082a57d0 (patch) | |
| tree | 92c2533dbc19cdd05b9ac307b4ad6e9a7bad43fe /meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb | |
| parent | adc660605e0e2b8f5103f2d249a532f31c180092 (diff) | |
| download | meta-openembedded-2690753907d7c3070aacd20aa933e213082a57d0.tar.gz | |
python3-precise-runner: switch to pytest --automake
* Also replace ${PYTHON_PN} with python3
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb b/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb index 9e5435bada..1fb72de126 100644 --- a/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb +++ b/meta-python/recipes-devtools/python/python3-precise-runner_0.3.1.bb | |||
| @@ -13,7 +13,8 @@ SRC_URI += " \ | |||
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | RDEPENDS:${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
| 16 | ${PYTHON_PN}-pytest \ | 16 | python3-pytest \ |
| 17 | python3-unittest-automake-output \ | ||
| 17 | " | 18 | " |
| 18 | 19 | ||
| 19 | do_install_ptest() { | 20 | do_install_ptest() { |
