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

* Re: [oe] [meta-python][dunfell][PATCH] python3-fasteners: fix RDEPENDS
  2021-11-09 10:27 [meta-python][dunfell][PATCH] python3-fasteners: fix RDEPENDS Alexander Haas
@ 2021-11-09 10:51 ` Belisko Marek
  0 siblings, 0 replies; 2+ messages in thread
From: Belisko Marek @ 2021-11-09 10:51 UTC (permalink / raw)
  To: Alexander Haas; +Cc: OpenEmbedded Development mailing list

Hi Alexander,

On Tue, Nov 9, 2021 at 11:28 AM Alexander Haas
<alexanderhaas.expleo@gmail.com> wrote:
>
> this fixes the parsing error for python3-fasteners_0.16.3 that resulted
> from a colon after RDEPENDS
Please see this thread from yesterday:
https://lists.openembedded.org/g/openembedded-core/topic/broken_dunfell/86902854?p=,,,20,0,0,0::recentpostdate/sticky,,,20,2,0,86902854,previd=1636453802825824235,nextid=1636376307838664951&previd=1636453802825824235&nextid=1636376307838664951

Long story short your poky is not up to date with I assume dunfell poky release
>
> 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
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#93880): https://lists.openembedded.org/g/openembedded-devel/message/93880
> Mute This Topic: https://lists.openembedded.org/mt/86928245/900721
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [marek.belisko@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

BR,

marek


^ permalink raw reply	[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.