All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/3] python3-alembic: add native and nativesdk to BBCLASSEXTEND
@ 2021-09-08 11:48 samuel.dolt.ext
  2021-09-08 11:48 ` [meta-python][PATCH 2/3] python3-editor: " S. Dolt
  2021-09-08 11:48 ` [meta-python][PATCH 3/3] python3-sqlalchemy: " S. Dolt
  0 siblings, 2 replies; 3+ messages in thread
From: samuel.dolt.ext @ 2021-09-08 11:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Samuel Dolt

From: Samuel Dolt <samuel.dolt.ext@siemens.com>

Signed-off-by: Samuel Dolt <samuel.dolt.ext@siemens.com>
---
 meta-python/recipes-devtools/python/python3-alembic_1.6.5.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.6.5.bb b/meta-python/recipes-devtools/python/python3-alembic_1.6.5.bb
index 9af21c92f..e1f29cad2 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.6.5.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.6.5.bb
@@ -15,3 +15,5 @@ RDEPENDS:${PN} += "\
     ${PYTHON_PN}-sqlalchemy \
     ${PYTHON_PN}-misc \
 "
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.20.1


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

* [meta-python][PATCH 2/3] python3-editor: add native and nativesdk to BBCLASSEXTEND
  2021-09-08 11:48 [meta-python][PATCH 1/3] python3-alembic: add native and nativesdk to BBCLASSEXTEND samuel.dolt.ext
@ 2021-09-08 11:48 ` S. Dolt
  2021-09-08 11:48 ` [meta-python][PATCH 3/3] python3-sqlalchemy: " S. Dolt
  1 sibling, 0 replies; 3+ messages in thread
From: S. Dolt @ 2021-09-08 11:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Samuel Dolt

From: Samuel Dolt <samuel.dolt.ext@siemens.com>

Signed-off-by: Samuel Dolt <samuel.dolt.ext@siemens.com>
---
 meta-python/recipes-devtools/python/python3-editor_1.0.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-editor_1.0.4.bb b/meta-python/recipes-devtools/python/python3-editor_1.0.4.bb
index c7a6cd8f0..dffc36169 100644
--- a/meta-python/recipes-devtools/python/python3-editor_1.0.4.bb
+++ b/meta-python/recipes-devtools/python/python3-editor_1.0.4.bb
@@ -8,3 +8,5 @@ SRC_URI[sha256sum] = "51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec78477138
 PYPI_PACKAGE = "python-editor"
 
 inherit pypi setuptools3
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.20.1


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

* [meta-python][PATCH 3/3] python3-sqlalchemy: add native and nativesdk to BBCLASSEXTEND
  2021-09-08 11:48 [meta-python][PATCH 1/3] python3-alembic: add native and nativesdk to BBCLASSEXTEND samuel.dolt.ext
  2021-09-08 11:48 ` [meta-python][PATCH 2/3] python3-editor: " S. Dolt
@ 2021-09-08 11:48 ` S. Dolt
  1 sibling, 0 replies; 3+ messages in thread
From: S. Dolt @ 2021-09-08 11:48 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Samuel Dolt

From: Samuel Dolt <samuel.dolt.ext@siemens.com>

Signed-off-by: Samuel Dolt <samuel.dolt.ext@siemens.com>
---
 .../recipes-devtools/python/python3-sqlalchemy_1.4.23.bb        | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.23.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.23.bb
index 1b8af825a..4bfaf656d 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.23.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.23.bb
@@ -19,3 +19,5 @@ RDEPENDS:${PN} += " \
     ${PYTHON_PN}-compression \
     ${PYTHON_PN}-profile \
 "
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.20.1


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08 11:48 [meta-python][PATCH 1/3] python3-alembic: add native and nativesdk to BBCLASSEXTEND samuel.dolt.ext
2021-09-08 11:48 ` [meta-python][PATCH 2/3] python3-editor: " S. Dolt
2021-09-08 11:48 ` [meta-python][PATCH 3/3] python3-sqlalchemy: " S. Dolt

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.