From 9ada4ac6103c522da419f56a8152900ac647bad1 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 23 Jul 2021 22:24:39 +0800 Subject: python3-qrcode: upgrade 7.1 -> 7.2 7.2 (19 July 2021) ================== - Add Styled PIL image factory, allowing different color masks and shapes in QR codes - Small performance inprovement - Add check for border size parameter Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-qrcode_7.1.bb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-qrcode_7.1.bb (limited to 'meta-python/recipes-devtools/python/python3-qrcode_7.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-qrcode_7.1.bb b/meta-python/recipes-devtools/python/python3-qrcode_7.1.bb deleted file mode 100644 index 329bf3e4fa..0000000000 --- a/meta-python/recipes-devtools/python/python3-qrcode_7.1.bb +++ /dev/null @@ -1,11 +0,0 @@ -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" -- cgit v1.2.3-54-g00ecf