diff mbox series

[2/2] python3-pytz: remove redundant RDEPENDS

Message ID 20260911104018.1569984-2-ross.burton@arm.com
State New
Headers show
Series [1/2] python3-idna: remove redundant RDEPENDS | expand

Commit Message

Ross Burton Sept. 11, 2026, 10:40 a.m. UTC
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(-)
diff mbox series

Patch

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}/
 }