From ff7445e0163a4d029ae80c5808a3e83dfe5e6212 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 7 Apr 2025 17:17:05 +0800 Subject: python3-qrcode: upgrade 8.0 -> 8.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-qrcode_8.1.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-qrcode_8.1.bb (limited to 'meta-python/recipes-devtools/python/python3-qrcode_8.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-qrcode_8.1.bb b/meta-python/recipes-devtools/python/python3-qrcode_8.1.bb new file mode 100644 index 0000000000..e37c6bcdea --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-qrcode_8.1.bb @@ -0,0 +1,15 @@ +SUMMARY = "QR Code image generator" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9" + +SRC_URI[sha256sum] = "e8df73caf72c3bace3e93d9fa0af5aa78267d4f3f5bc7ab1b208f271605a5e48" + +inherit pypi python_poetry_core + +RDEPENDS:${PN} = " \ + python3-six \ + python3-pillow \ + python3-pypng \ + python3-typing-extensions \ +" -- cgit v1.2.3-54-g00ecf