The RDEPENDS statement contained syntax error - using colon instead of underscore.
Signed-off-by: Dominik Peklo <[email protected]> --- meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb b/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb index 1ba2c6f20..7ebaa4590 100644 --- a/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb +++ b/meta-python/recipes-devtools/python/python3-fasteners_0.16.3.bb @@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "b1ab4e5adfbc28681ce44b3024421c4f567e705cc3963c732bf1cba334 inherit pypi setuptools3 -RDEPENDS:${PN} += "\ +RDEPENDS_${PN} += "\ ${PYTHON_PN}-logging \ ${PYTHON_PN}-fcntl \ " -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#96181): https://lists.openembedded.org/g/openembedded-devel/message/96181 Mute This Topic: https://lists.openembedded.org/mt/89994245/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
