All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/2] python3-ruamel-yaml: add native and nativesdk class extension
@ 2021-02-05  9:24 Ross Burton
  2021-02-05  9:24 ` [meta-python][PATCH 2/2] python3-pykwalify: fix RDEPENDS Ross Burton
  2021-02-05 14:05 ` [oe] [meta-python][PATCH 1/2] python3-ruamel-yaml: add native and nativesdk class extension Trevor Gamblin
  0 siblings, 2 replies; 4+ messages in thread
From: Ross Burton @ 2021-02-05  9:24 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb      | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb
index 406da80f40..7593ce7f54 100644
--- a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb
+++ b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb
@@ -16,3 +16,5 @@ SRC_URI[sha256sum] = "076cc0bc34f1966d920a49f18b52b6ad559fbe656a0748e3535cf7b3f2
 do_install_prepend() {
     export RUAMEL_NO_PIP_INSTALL_CHECK=1
 }
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1


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

* [meta-python][PATCH 2/2] python3-pykwalify: fix RDEPENDS
  2021-02-05  9:24 [meta-python][PATCH 1/2] python3-ruamel-yaml: add native and nativesdk class extension Ross Burton
@ 2021-02-05  9:24 ` Ross Burton
  2021-02-05 14:06   ` [oe] " Trevor Gamblin
  2021-02-05 14:05 ` [oe] [meta-python][PATCH 1/2] python3-ruamel-yaml: add native and nativesdk class extension Trevor Gamblin
  1 sibling, 1 reply; 4+ messages in thread
From: Ross Burton @ 2021-02-05  9:24 UTC (permalink / raw)
  To: openembedded-devel

Version 1.8.0 dropped pyyaml and moved to ruamel, so update the RDEPENDS
so that this package continues to work.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb b/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb
index aa14cdd4b6..4d4d2b79cf 100644
--- a/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb
@@ -13,7 +13,7 @@ inherit setuptools3 pypi
 RDEPENDS_${PN} = "\
     ${PYTHON_PN}-docopt \
     ${PYTHON_PN}-dateutil \
-    ${PYTHON_PN}-pyyaml \
+    ${PYTHON_PN}-ruamel-yaml \
 "
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1


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

* Re: [oe] [meta-python][PATCH 1/2] python3-ruamel-yaml: add native and nativesdk class extension
  2021-02-05  9:24 [meta-python][PATCH 1/2] python3-ruamel-yaml: add native and nativesdk class extension Ross Burton
  2021-02-05  9:24 ` [meta-python][PATCH 2/2] python3-pykwalify: fix RDEPENDS Ross Burton
@ 2021-02-05 14:05 ` Trevor Gamblin
  1 sibling, 0 replies; 4+ messages in thread
From: Trevor Gamblin @ 2021-02-05 14:05 UTC (permalink / raw)
  To: Ross Burton, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 946 bytes --]


On 2021-02-05 4:24 a.m., Ross Burton wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Signed-off-by: Ross Burton <ross.burton@arm.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb      | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb
> index 406da80f40..7593ce7f54 100644
> --- a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb
> +++ b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.16.12.bb
> @@ -16,3 +16,5 @@ SRC_URI[sha256sum] = "076cc0bc34f1966d920a49f18b52b6ad559fbe656a0748e3535cf7b3f2
>   do_install_prepend() {
>       export RUAMEL_NO_PIP_INSTALL_CHECK=1
>   }
> +
> +BBCLASSEXTEND = "native nativesdk"
> --
> 2.25.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 1710 bytes --]

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

* Re: [oe] [meta-python][PATCH 2/2] python3-pykwalify: fix RDEPENDS
  2021-02-05  9:24 ` [meta-python][PATCH 2/2] python3-pykwalify: fix RDEPENDS Ross Burton
@ 2021-02-05 14:06   ` Trevor Gamblin
  0 siblings, 0 replies; 4+ messages in thread
From: Trevor Gamblin @ 2021-02-05 14:06 UTC (permalink / raw)
  To: Ross Burton, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]


On 2021-02-05 4:24 a.m., Ross Burton wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Version 1.8.0 dropped pyyaml and moved to ruamel, so update the RDEPENDS
> so that this package continues to work.
>
> Signed-off-by: Ross Burton <ross.burton@arm.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb b/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb
> index aa14cdd4b6..4d4d2b79cf 100644
> --- a/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb
> @@ -13,7 +13,7 @@ inherit setuptools3 pypi
>   RDEPENDS_${PN} = "\
>       ${PYTHON_PN}-docopt \
>       ${PYTHON_PN}-dateutil \
> -    ${PYTHON_PN}-pyyaml \
> +    ${PYTHON_PN}-ruamel-yaml \
>   "
>
>   BBCLASSEXTEND = "native nativesdk"
> --
> 2.25.1
>
>
> 
>

[-- Attachment #2: Type: text/html, Size: 1845 bytes --]

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

end of thread, other threads:[~2021-02-05 14:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05  9:24 [meta-python][PATCH 1/2] python3-ruamel-yaml: add native and nativesdk class extension Ross Burton
2021-02-05  9:24 ` [meta-python][PATCH 2/2] python3-pykwalify: fix RDEPENDS Ross Burton
2021-02-05 14:06   ` [oe] " Trevor Gamblin
2021-02-05 14:05 ` [oe] [meta-python][PATCH 1/2] python3-ruamel-yaml: add native and nativesdk class extension Trevor Gamblin

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.