[oe] [meta-python][PATCH] python-h2: Add missing RDEPENDS on hpack and hyperframe

Jonatan Pålsson jonatan.p at gmail.com
Sun Feb 23 12:43:23 UTC 2020


Signed-off-by: Jonatan Pålsson <jonatan.p at gmail.com>
---
 meta-python/recipes-connectivity/python-h2/python-h2.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-connectivity/python-h2/python-h2.inc b/meta-python/recipes-connectivity/python-h2/python-h2.inc
index 42629c261..c457836b7 100644
--- a/meta-python/recipes-connectivity/python-h2/python-h2.inc
+++ b/meta-python/recipes-connectivity/python-h2/python-h2.inc
@@ -8,3 +8,5 @@ SRC_URI[md5sum] = "950b5a62a2a608dc4547a01edf99aa8f"
 SRC_URI[sha256sum] = "b8a32bd282594424c0ac55845377eea13fa54fe4a8db012f3a198ed923dc3ab4"
 
 inherit pypi
+
+RDEPENDS_${PN} += "${PYTHON_PN}-hpack ${PYTHON_PN}-hyperframe"
-- 
2.25.1



More information about the Openembedded-devel mailing list