mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-17 15:20:32 +00:00
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:
11
meta-python/recipes-devtools/python/python3-qrcode_6.1.bb
Normal file
11
meta-python/recipes-devtools/python/python3-qrcode_6.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] = "505253854f607f2abf4d16092c61d4e9d511a3b4392e60bff957a68592b04369"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} = "python3-six python3-pillow"
|
||||
Reference in New Issue
Block a user