diff options
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-qrcode_8.2.bb')
| -rw-r--r-- | meta-openembedded/meta-python/recipes-devtools/python/python3-qrcode_8.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-qrcode_8.2.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-qrcode_8.2.bb new file mode 100644 index 0000000000..1671864c1f --- /dev/null +++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-qrcode_8.2.bb @@ -0,0 +1,15 @@ +SUMMARY = "QR Code image generator" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4b802d2a65df4626623c79757f486af9" + +SRC_URI[sha256sum] = "35c3f2a4172b33136ab9f6b3ef1c00260dd2f66f858f24d88418a015f446506c" + +inherit pypi python_poetry_core + +RDEPENDS:${PN} = " \ + python3-six \ + python3-pillow \ + python3-pypng \ + python3-typing-extensions \ +" |
