diff options
| author | Tim Orling <ticotimo@gmail.com> | 2024-02-16 16:15:01 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-16 16:42:32 -0800 |
| commit | 96f5c75219863c9633373b380686afd53eee571b (patch) | |
| tree | d7abf07df8f43724448fbc7f1a3b796c1eda2420 /meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb | |
| parent | a2af67f5d7cf2c41b991aa1c5b7df60cc842d467 (diff) | |
| download | meta-openembedded-96f5c75219863c9633373b380686afd53eee571b.tar.gz | |
python3-dominate: 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-dominate_2.9.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb b/meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb index 3bd9d87547..054d5236e5 100644 --- a/meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb +++ b/meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb | |||
| @@ -11,7 +11,8 @@ SRC_URI += " \ | |||
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | RDEPENDS:${PN}-ptest += " \ | 13 | RDEPENDS:${PN}-ptest += " \ |
| 14 | ${PYTHON_PN}-pytest \ | 14 | python3-pytest \ |
| 15 | python3-unittest-automake-output \ | ||
| 15 | " | 16 | " |
| 16 | 17 | ||
| 17 | do_install_ptest() { | 18 | do_install_ptest() { |
| @@ -20,6 +21,6 @@ do_install_ptest() { | |||
| 20 | } | 21 | } |
| 21 | 22 | ||
| 22 | RDEPENDS:${PN} += "\ | 23 | RDEPENDS:${PN} += "\ |
| 23 | ${PYTHON_PN}-numbers \ | 24 | python3-numbers \ |
| 24 | ${PYTHON_PN}-threading \ | 25 | python3-threading \ |
| 25 | " | 26 | " |
