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