new file mode 100644
@@ -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",
+ ]
+
new file mode 100644
@@ -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"
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