All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][dunfell][PATCH] python3-fasteners: fix RDEPENDS
@ 2021-11-09 10:27 Alexander Haas
  2021-11-09 10:51 ` [oe] " Belisko Marek
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Haas @ 2021-11-09 10:27 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Alexander Haas

this fixes the parsing error for python3-fasteners_0.16.3 that resulted
from a colon after RDEPENDS

Signed-off-by: Alexander Haas <alexanderhaas.expleo@gmail.com>
---
 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.33.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-09 10:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 10:27 [meta-python][dunfell][PATCH] python3-fasteners: fix RDEPENDS Alexander Haas
2021-11-09 10:51 ` [oe] " Belisko Marek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.