mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-26 13:38:18 +00:00
python3-qrcode: upgrade 8.0 -> 8.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
15
meta-python/recipes-devtools/python/python3-qrcode_8.1.bb
Normal file
15
meta-python/recipes-devtools/python/python3-qrcode_8.1.bb
Normal file
@@ -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 \
|
||||
"
|
||||
Reference in New Issue
Block a user