All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/6] python3-ruamel-yaml: Upgrade 0.17.9 -> 0.17.10
@ 2021-06-25 10:15 Leon Anavi
  2021-06-25 10:15 ` [meta-python][PATCH 2/6] python3-httplib2: Fix runtime dependencies Leon Anavi
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Leon Anavi @ 2021-06-25 10:15 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.17.10:

- Bug fix: token with old comment structure != two elements

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ruamel-yaml_0.17.9.bb => python3-ruamel-yaml_0.17.10.bb} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-ruamel-yaml_0.17.9.bb => python3-ruamel-yaml_0.17.10.bb} (74%)

diff --git a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.9.bb b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.10.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.9.bb
rename to meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.10.bb
index 30306410da..3414ed097b 100644
--- a/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.9.bb
+++ b/meta-python/recipes-devtools/python/python3-ruamel-yaml_0.17.10.bb
@@ -8,9 +8,11 @@ PYPI_PACKAGE = "ruamel.yaml"
 
 inherit pypi setuptools3
 
-BBCLASSEXTEND = "native nativesdk"
+SRC_URI[sha256sum] = "106bc8d6dc6a0ff7c9196a47570432036f41d556b779c6b4e618085f57e39e67"
 
-SRC_URI[sha256sum] = "374373b4743aee9f6d9f40bea600fe020a7ac7ae36b838b4a6a93f72b584a14c"
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-shell \
+"
 
 do_install_prepend() {
     export RUAMEL_NO_PIP_INSTALL_CHECK=1
-- 
2.17.1


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

end of thread, other threads:[~2021-06-25 15:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-25 10:15 [meta-python][PATCH 1/6] python3-ruamel-yaml: Upgrade 0.17.9 -> 0.17.10 Leon Anavi
2021-06-25 10:15 ` [meta-python][PATCH 2/6] python3-httplib2: Fix runtime dependencies Leon Anavi
2021-06-25 10:15 ` [meta-python][PATCH 3/6] python3-google-api-core: Add recipe Leon Anavi
2021-06-25 15:35   ` [oe] " Khem Raj
2021-06-25 10:15 ` [meta-python][PATCH 4/6] python3-google-auth: " Leon Anavi
2021-06-25 10:15 ` [meta-python][PATCH 5/6] python3-googleapis-common-protos: " Leon Anavi
2021-06-25 10:15 ` [meta-python][PATCH 6/6] python3-google-api-python-client: Upgrade 2.6.0 -> 2.10.0 Leon Anavi

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.