mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-22 00:08:22 +00:00
python3-qrcode: upgrade 8.1 -> 8.2
Changelog: ============= - Optimize QRColorMask apply_mask method for enhanced performance - Fix typos on StyledPilImage embeded_* parameters. The old parameters with the typos are still accepted for backward compatibility. 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.2.bb
Normal file
15
meta-python/recipes-devtools/python/python3-qrcode_8.2.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] = "35c3f2a4172b33136ab9f6b3ef1c00260dd2f66f858f24d88418a015f446506c"
|
||||
|
||||
inherit pypi python_poetry_core
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
python3-six \
|
||||
python3-pillow \
|
||||
python3-pypng \
|
||||
python3-typing-extensions \
|
||||
"
|
||||
Reference in New Issue
Block a user