diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-qrcode_7.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-qrcode_7.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-qrcode_7.3.bb b/meta-python/recipes-devtools/python/python3-qrcode_7.3.bb new file mode 100644 index 0000000000..f195f47177 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-qrcode_7.3.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "QR Code image generator" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9" | ||
| 5 | |||
| 6 | PYPI_PACKAGE = "qrcode" | ||
| 7 | SRC_URI[sha256sum] = "d72861b65e26b611609f0547f0febe58aed8ae229d6bf4e675834f40742915b3" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS:${PN} = "python3-six python3-pillow" | ||
