[oe-commits] [meta-openembedded] 01/02: python3-yarl: add missing dependencies

git at git.openembedded.org git at git.openembedded.org
Tue Nov 26 15:49:18 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit cd225109eb5d0aac049cc5f660b1d74f63d13eeb
Author: Ulrich Ölmann <u.oelmann at pengutronix.de>
AuthorDate: Tue Nov 26 09:26:56 2019 +0100

    python3-yarl: add missing dependencies
    
    Signed-off-by: Ulrich Ölmann <u.oelmann at pengutronix.de>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-yarl.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-yarl.inc b/meta-python/recipes-devtools/python/python-yarl.inc
index 49b5a60..ea55541 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
 
 PYPI_PACKAGE = "yarl"
 inherit pypi
+RDEPENDS_${PN} = "\
+    ${PYTHON_PN}-multidict \
+    ${PYTHON_PN}-idna \
+"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list