diff options
| author | Tim Orling <ticotimo@gmail.com> | 2024-02-16 16:15:17 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-16 16:42:34 -0800 |
| commit | 10c10c68b776ade64c4948b4e2e5a123887131d8 (patch) | |
| tree | 800672609d2c0f748ea234fba7515c18b2b8c655 /meta-python/recipes-devtools/python/python3-gunicorn_21.2.0.bb | |
| parent | c576a146a567cda63e06eae1e63dd8060a77b238 (diff) | |
| download | meta-openembedded-10c10c68b776ade64c4948b4e2e5a123887131d8.tar.gz | |
python3-gunicorn: 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-gunicorn_21.2.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-gunicorn_21.2.0.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_21.2.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_21.2.0.bb index d765c8fd05..9fd601c999 100644 --- a/meta-python/recipes-devtools/python/python3-gunicorn_21.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-gunicorn_21.2.0.bb | |||
| @@ -12,9 +12,10 @@ SRC_URI += " \ | |||
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | RDEPENDS:${PN}-ptest += " \ | 14 | RDEPENDS:${PN}-ptest += " \ |
| 15 | ${PYTHON_PN}-eventlet \ | 15 | python3-eventlet \ |
| 16 | ${PYTHON_PN}-gevent \ | 16 | python3-gevent \ |
| 17 | ${PYTHON_PN}-pytest \ | 17 | python3-pytest \ |
| 18 | python3-unittest-automake-output \ | ||
| 18 | " | 19 | " |
| 19 | 20 | ||
| 20 | do_install_ptest() { | 21 | do_install_ptest() { |
| @@ -22,4 +23,4 @@ do_install_ptest() { | |||
| 22 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 23 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
| 23 | } | 24 | } |
| 24 | 25 | ||
| 25 | RDEPENDS:${PN} += "${PYTHON_PN}-setuptools ${PYTHON_PN}-fcntl" | 26 | RDEPENDS:${PN} += "python3-setuptools python3-fcntl" |
