Signed-off-by: Frede Hoey Braendstrup <[email protected]> --- .../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 <[email protected]> +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 <[email protected]> +--- + 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/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
