python3-qrcode: add package

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Armin Kuster
2020-07-10 20:19:32 -07:00
committed by Khem Raj
parent 25705fae4a
commit 2cc2f77dc4

View 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] = "505253854f607f2abf4d16092c61d4e9d511a3b4392e60bff957a68592b04369"
inherit pypi setuptools3
RDEPENDS_${PN} = "python3-six python3-pillow"