mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-29 16:28:40 +00:00
python3-qrcode: upgrade 6.1 -> 7.1
7.1 (1 July 2021) ================= - Add --ascii parameter to command line interface allowing to output ascii when stdout is piped - Add --output parameter to command line interface to specify output file - Accept RGB tuples in fill_color and back_color - Add to_string method to SVG images - Replace inline styles with SVG attributes to avoid CSP issues - Add Python3.10 to supported versions Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
11
meta-python/recipes-devtools/python/python3-qrcode_7.1.bb
Normal file
11
meta-python/recipes-devtools/python/python3-qrcode_7.1.bb
Normal file
@@ -0,0 +1,11 @@
|
||||
SUMMARY = "QR Code image generator"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9"
|
||||
|
||||
PYPI_PACKAGE = "qrcode"
|
||||
SRC_URI[sha256sum] = "59ba630fa2adb637b06571e6ceec1bb0ecf372c458c4447ceba763061bd3af72"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} = "python3-six python3-pillow"
|
||||
Reference in New Issue
Block a user