summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-yarl.inc
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2019-11-26 09:26:56 +0100
committerKhem Raj <raj.khem@gmail.com>2019-11-26 07:48:13 -0800
commitcd225109eb5d0aac049cc5f660b1d74f63d13eeb (patch)
tree2431d9a96ce973f141477e6b1bc8d90fa5edc835 /meta-python/recipes-devtools/python/python-yarl.inc
parente901ab2c19743c00536e9d851d27a55c07237089 (diff)
downloadmeta-openembedded-cd225109eb5d0aac049cc5f660b1d74f63d13eeb.tar.gz
python3-yarl: add missing dependencies
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-yarl.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-yarl.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-yarl.inc b/meta-python/recipes-devtools/python/python-yarl.inc
index 49b5a607b5..ea555418a2 100644
--- a/meta-python/recipes-devtools/python/python-yarl.inc
+++ b/meta-python/recipes-devtools/python/python-yarl.inc
@@ -8,3 +8,7 @@ SRC_URI[sha256sum] = "024ecdc12bc02b321bc66b41327f930d1c2c543fa9a561b39861da9388
8 8
9PYPI_PACKAGE = "yarl" 9PYPI_PACKAGE = "yarl"
10inherit pypi 10inherit pypi
11RDEPENDS_${PN} = "\
12 ${PYTHON_PN}-multidict \
13 ${PYTHON_PN}-idna \
14"