diff options
| author | Tim Orling <ticotimo@gmail.com> | 2024-02-16 16:15:26 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-16 16:42:36 -0800 |
| commit | 3f5af1db9a8038fdf7b435b2771359f9415c7d45 (patch) | |
| tree | 1c6e3c5de199f3e526765944b1cf6184920a6752 /meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb | |
| parent | ba1539592a9e4224a784f8832b64b0c2473531ff (diff) | |
| download | meta-openembedded-3f5af1db9a8038fdf7b435b2771359f9415c7d45.tar.gz | |
python3-requests-toolbelt: switch to pytest --automake
* Also replace ${PYTHON_PN} with python3
* Sort RDEPENDS for ptest alphabetically
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-requests-toolbelt_1.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb b/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb index 2534c1c62c..9cbe4927a2 100644 --- a/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb | |||
| @@ -14,15 +14,16 @@ SRC_URI[sha256sum] = "7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c8 | |||
| 14 | inherit pypi setuptools3 ptest | 14 | inherit pypi setuptools3 ptest |
| 15 | 15 | ||
| 16 | RDEPENDS:${PN} += " \ | 16 | RDEPENDS:${PN} += " \ |
| 17 | ${PYTHON_PN}-requests (>=2.0.1) \ | 17 | python3-requests (>=2.0.1) \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | RDEPENDS:${PN}-ptest += " \ | 20 | RDEPENDS:${PN}-ptest += " \ |
| 21 | ${PYTHON_PN}-pytest \ | 21 | python3-betamax \ |
| 22 | ${PYTHON_PN}-betamax \ | 22 | python3-mock \ |
| 23 | ${PYTHON_PN}-mock \ | 23 | python3-multiprocessing \ |
| 24 | ${PYTHON_PN}-multiprocessing \ | 24 | python3-pytest \ |
| 25 | ${PYTHON_PN}-trustme \ | 25 | python3-trustme \ |
| 26 | python3-unittest-automake-output \ | ||
| 26 | " | 27 | " |
| 27 | 28 | ||
| 28 | do_install_ptest() { | 29 | do_install_ptest() { |
