| Message ID | 20260911104018.1569984-2-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [1/2] python3-idna: remove redundant RDEPENDS | expand |
diff --git a/meta/recipes-devtools/python/python3-pytz_2026.3.bb b/meta/recipes-devtools/python/python3-pytz_2026.3.bb index cfcf33c8376..11d5c22c07b 100644 --- a/meta/recipes-devtools/python/python3-pytz_2026.3.bb +++ b/meta/recipes-devtools/python/python3-pytz_2026.3.bb @@ -20,11 +20,6 @@ RDEPENDS:${PN}:class-target += "\ BBCLASSEXTEND = "native nativesdk" -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" - do_install_ptest:append() { cp -f ${S}/README.rst ${D}${PTEST_PATH}/ }
The dependencies on python3-pytest and python3-unittest-automake-output are added by the ptest-python-pytest class already. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-devtools/python/python3-pytz_2026.3.bb | 5 ----- 1 file changed, 5 deletions(-)