summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:23:09 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commit2980505c414cce26337d7205c2bf82c96edc21f2 (patch)
tree717031bdfcdf670c3f65b9adff88810e511095f6 /meta-python
parent9f8a0a0588ad87087ecf3aa5f7e7b6b788b2af15 (diff)
downloadmeta-openembedded-2980505c414cce26337d7205c2bf82c96edc21f2.tar.gz
python3-qrcode: add missing run-time dependencies
Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb7
1 files changed, 6 insertions, 1 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
index 8c0429bbb1..204f4eceec 100644
--- a/meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-qrcode_7.4.2.bb
@@ -8,4 +8,9 @@ SRC_URI[sha256sum] = "9dd969454827e127dbd93696b20747239e6d540e082937c90f14ac95b3
8 8
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10
11RDEPENDS:${PN} = "python3-six python3-pillow" 11RDEPENDS:${PN} = " \
12 python3-six \
13 python3-pillow \
14 python3-pypng \
15 python3-typing-extensions \
16"