From 82142307eccf67765b57e86c8bcb3a9179800fc3 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 20 Aug 2021 11:42:14 +0300 Subject: python3-qrcode: Upgrade 7.2 -> 7.3 Upgrade to release 7.3: - Skip color mask if QR is black and white Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-qrcode_7.2.bb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-qrcode_7.2.bb (limited to 'meta-python/recipes-devtools/python/python3-qrcode_7.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb b/meta-python/recipes-devtools/python/python3-qrcode_7.2.bb deleted file mode 100644 index c9e9ebf097..0000000000 --- a/meta-python/recipes-devtools/python/python3-qrcode_7.2.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] = "153ad96f5892e6fe2f3699296240976ac3a6d068e2eb48bbfc64b4c4c4d675ea" - -inherit pypi setuptools3 - -RDEPENDS:${PN} = "python3-six python3-pillow" -- cgit v1.2.3-54-g00ecf