diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb b/meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb deleted file mode 100644 index 204f4eceec..0000000000 --- a/meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
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] = "9dd969454827e127dbd93696b20747239e6d540e082937c90f14ac95b30f5845" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | RDEPENDS:${PN} = " \ | ||
12 | python3-six \ | ||
13 | python3-pillow \ | ||
14 | python3-pypng \ | ||
15 | python3-typing-extensions \ | ||
16 | " | ||