blob: 329bf3e4fa08a984b57cf89c083adbfeaa8c414d [file] [log] [blame]
Andrew Geissler748a4832020-07-24 16:24:21 -05001SUMMARY = "QR Code image generator"
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9"
5
6PYPI_PACKAGE = "qrcode"
Andrew Geissler69721092021-07-23 12:57:00 -04007SRC_URI[sha256sum] = "59ba630fa2adb637b06571e6ceec1bb0ecf372c458c4447ceba763061bd3af72"
Andrew Geissler748a4832020-07-24 16:24:21 -05008
9inherit pypi setuptools3
10
11RDEPENDS_${PN} = "python3-six python3-pillow"