From: Bartosz Golaszewski <[email protected]> Ptest package doesn't need to explicitly depend on the main package.
Signed-off-by: Bartosz Golaszewski <[email protected]> --- meta-python/recipes-devtools/python/python3-tornado_6.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.3.bb b/meta-python/recipes-devtools/python/python3-tornado_6.3.bb index 1535214b7..df257e5d9 100644 --- a/meta-python/recipes-devtools/python/python3-tornado_6.3.bb +++ b/meta-python/recipes-devtools/python/python3-tornado_6.3.bb @@ -15,7 +15,7 @@ RDEPENDS:${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-numbers ${PYTHON_PN}-em ${PYTHON_PN}-pkgutil ${PYTHON_PN}-html ${PYTHON_PN}-json ${PYTHON_PN}-certifi ${PYTHON_PN}-threading \ ${PYTHON_PN}-ctypes ${PYTHON_PN}-misc" -RDEPENDS:${PN}-test += "${PN} ${PYTHON_PN}-unittest" +RDEPENDS:${PN}-test += "${PYTHON_PN}-unittest" PACKAGES =+ "\ ${PN}-test \ -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#102964): https://lists.openembedded.org/g/openembedded-devel/message/102964 Mute This Topic: https://lists.openembedded.org/mt/99237943/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
