diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-04-07 17:17:05 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-07 12:21:21 -0700 |
| commit | ff7445e0163a4d029ae80c5808a3e83dfe5e6212 (patch) | |
| tree | 71fb732527b9d56914aab15ef49d399292caa1f4 /meta-python/recipes-devtools/python/python3-qrcode_8.1.bb | |
| parent | 62b2e5b3ef23e189484a065e1ffaeefd05d974e7 (diff) | |
| download | meta-openembedded-ff7445e0163a4d029ae80c5808a3e83dfe5e6212.tar.gz | |
python3-qrcode: upgrade 8.0 -> 8.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-qrcode_8.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-qrcode_8.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "QR Code image generator" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "e8df73caf72c3bace3e93d9fa0af5aa78267d4f3f5bc7ab1b208f271605a5e48" | ||
| 7 | |||
| 8 | inherit pypi python_poetry_core | ||
| 9 | |||
| 10 | RDEPENDS:${PN} = " \ | ||
| 11 | python3-six \ | ||
| 12 | python3-pillow \ | ||
| 13 | python3-pypng \ | ||
| 14 | python3-typing-extensions \ | ||
| 15 | " | ||
