diff mbox series

[meta-python,v1] python-iam-rolesanywhere-session: Add recipe at 2.3.0

Message ID 20260126122432.1312490-2-frederikbraendstrup@gmail.com
State Under Review
Headers show
Series [meta-python,v1] python-iam-rolesanywhere-session: Add recipe at 2.3.0 | expand

Commit Message

Frede Hoey Braendstrup Jan. 26, 2026, 12:24 p.m. UTC
Signed-off-by: Frede Hoey Braendstrup <frederikbraendstrup@gmail.com>
---
 .../0001-fix-remove-license-classifier.patch  | 23 +++++++++++++++++++
 ...python3-iam-rolesanywhere-session_2.3.0.bb | 12 ++++++++++
 2 files changed, 35 insertions(+)
 create mode 100644 meta-python/recipes-extended/python3-iam-rolesanywhere-session/python3-iam-rolesanywhere-session/0001-fix-remove-license-classifier.patch
 create mode 100644 meta-python/recipes-extended/python3-iam-rolesanywhere-session/python3-iam-rolesanywhere-session_2.3.0.bb

Comments

Khem Raj Jan. 27, 2026, 5:47 a.m. UTC | #1
This results in some dependencies which are not in the layer or its
recommended dependent layers. see

https://autobuilder.yoctoproject.org/valkyrie/#/builders/81/builds/1271

On Mon, Jan 26, 2026 at 4:25 AM Frederik Brændstrup via
lists.openembedded.org <frederikbraendstrup=gmail.com@lists.openembedded.org>
wrote:

> Signed-off-by: Frede Hoey Braendstrup <frederikbraendstrup@gmail.com>
> ---
>  .../0001-fix-remove-license-classifier.patch  | 23 +++++++++++++++++++
>  ...python3-iam-rolesanywhere-session_2.3.0.bb | 12 ++++++++++
>  2 files changed, 35 insertions(+)
>  create mode 100644
> meta-python/recipes-extended/python3-iam-rolesanywhere-session/python3-iam-rolesanywhere-session/0001-fix-remove-license-classifier.patch
>  create mode 100644
> meta-python/recipes-extended/python3-iam-rolesanywhere-session/
> python3-iam-rolesanywhere-session_2.3.0.bb
>
> diff --git
> a/meta-python/recipes-extended/python3-iam-rolesanywhere-session/python3-iam-rolesanywhere-session/0001-fix-remove-license-classifier.patch
> b/meta-python/recipes-extended/python3-iam-rolesanywhere-session/python3-iam-rolesanywhere-session/0001-fix-remove-license-classifier.patch
> new file mode 100644
> index 0000000000..8c61650963
> --- /dev/null
> +++
> b/meta-python/recipes-extended/python3-iam-rolesanywhere-session/python3-iam-rolesanywhere-session/0001-fix-remove-license-classifier.patch
> @@ -0,0 +1,23 @@
> +From bee363b93f0ddd305b71e1fa1d3dca6ea44c8f80 Mon Sep 17 00:00:00 2001
> +From: Frede Braendstrup <frederikbraendstrup@gmail.com>
> +Date: Fri, 17 Oct 2025 15:55:07 +0200
> +Subject: [PATCH] fix: remove license classifier
> +
> +Upstream-Status: Submitted
> https://github.com/awslabs/iam-roles-anywhere-session/pull/22
> +Signed-off-by
> <https://github.com/awslabs/iam-roles-anywhere-session/pull/22+Signed-off-by>:
> Frede Braendstrup <frederikbraendstrup@gmail.com>
> +---
> + pyproject.toml                                     | 1 -
> + 1 files changed, 0 insertions(+), 1 deletions(-)
> +
> +diff --git a/pyproject.toml b/pyproject.toml
> +index c001045..cd83a8f 100644
> +--- a/pyproject.toml
> ++++ b/pyproject.toml
> +@@ -20,7 +20,6 @@ requires-python = ">=3.8"
> +
> + classifiers = [
> +     "Development Status :: 4 - Beta",
> +-    "License :: OSI Approved :: Apache Software License",
> +     "Programming Language :: Python :: 3",
> + ]
> +
> diff --git
> a/meta-python/recipes-extended/python3-iam-rolesanywhere-session/
> python3-iam-rolesanywhere-session_2.3.0.bb
> b/meta-python/recipes-extended/python3-iam-rolesanywhere-session/
> python3-iam-rolesanywhere-session_2.3.0.bb
> new file mode 100644
> index 0000000000..c27c9b4ec8
> --- /dev/null
> +++ b/meta-python/recipes-extended/python3-iam-rolesanywhere-session/
> python3-iam-rolesanywhere-session_2.3.0.bb
> @@ -0,0 +1,12 @@
> +SUMMARY = "Boto3 session creator for IAM Roles Anywhere"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
> +
> +DEPENDS = "python3-setuptools-scm-native"
> +SRC_URI += "file://0001-fix-remove-license-classifier.patch"
> +SRC_URI[sha256sum] =
> "718a7cb43c191f2801467a53405b829ce878ac58b3cb8868caa5782ecc3f20e5"
> +
> +inherit pypi python_setuptools_build_meta
> +
> +PYPI_PACKAGE = "iam_rolesanywhere_session"
> +RDEPENDS:${PN} = "python3-boto3 python3-botocore python3-cryptography"
> --
> 2.52.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#123876):
> https://lists.openembedded.org/g/openembedded-devel/message/123876
> Mute This Topic: https://lists.openembedded.org/mt/117466999/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta-python/recipes-extended/python3-iam-rolesanywhere-session/python3-iam-rolesanywhere-session/0001-fix-remove-license-classifier.patch b/meta-python/recipes-extended/python3-iam-rolesanywhere-session/python3-iam-rolesanywhere-session/0001-fix-remove-license-classifier.patch
new file mode 100644
index 0000000000..8c61650963
--- /dev/null
+++ b/meta-python/recipes-extended/python3-iam-rolesanywhere-session/python3-iam-rolesanywhere-session/0001-fix-remove-license-classifier.patch
@@ -0,0 +1,23 @@ 
+From bee363b93f0ddd305b71e1fa1d3dca6ea44c8f80 Mon Sep 17 00:00:00 2001
+From: Frede Braendstrup <frederikbraendstrup@gmail.com>
+Date: Fri, 17 Oct 2025 15:55:07 +0200
+Subject: [PATCH] fix: remove license classifier
+
+Upstream-Status: Submitted https://github.com/awslabs/iam-roles-anywhere-session/pull/22
+Signed-off-by: Frede Braendstrup <frederikbraendstrup@gmail.com>
+---
+ pyproject.toml                                     | 1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/pyproject.toml b/pyproject.toml
+index c001045..cd83a8f 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -20,7 +20,6 @@ requires-python = ">=3.8"
+ 
+ classifiers = [
+     "Development Status :: 4 - Beta",
+-    "License :: OSI Approved :: Apache Software License",
+     "Programming Language :: Python :: 3",
+ ]
+ 
diff --git a/meta-python/recipes-extended/python3-iam-rolesanywhere-session/python3-iam-rolesanywhere-session_2.3.0.bb b/meta-python/recipes-extended/python3-iam-rolesanywhere-session/python3-iam-rolesanywhere-session_2.3.0.bb
new file mode 100644
index 0000000000..c27c9b4ec8
--- /dev/null
+++ b/meta-python/recipes-extended/python3-iam-rolesanywhere-session/python3-iam-rolesanywhere-session_2.3.0.bb
@@ -0,0 +1,12 @@ 
+SUMMARY = "Boto3 session creator for IAM Roles Anywhere"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
+
+DEPENDS = "python3-setuptools-scm-native"
+SRC_URI += "file://0001-fix-remove-license-classifier.patch"
+SRC_URI[sha256sum] = "718a7cb43c191f2801467a53405b829ce878ac58b3cb8868caa5782ecc3f20e5"
+
+inherit pypi python_setuptools_build_meta
+
+PYPI_PACKAGE = "iam_rolesanywhere_session"
+RDEPENDS:${PN} = "python3-boto3 python3-botocore python3-cryptography"