From 2cc2f77dc485f528f13197f722c2f95a7c7dcd99 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Fri, 10 Jul 2020 20:19:32 -0700 Subject: python3-qrcode: add package Signed-off-by: Armin Kuster Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-qrcode_6.1.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-qrcode_6.1.bb (limited to 'meta-python/recipes-devtools/python/python3-qrcode_6.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-qrcode_6.1.bb b/meta-python/recipes-devtools/python/python3-qrcode_6.1.bb new file mode 100644 index 0000000000..df99d403d1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-qrcode_6.1.bb @@ -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] = "505253854f607f2abf4d16092c61d4e9d511a3b4392e60bff957a68592b04369" + +inherit pypi setuptools3 + +RDEPENDS_${PN} = "python3-six python3-pillow" -- cgit v1.2.3-54-g00ecf