From c87588d6143d8f15dfe1e115da6339406eb34600 Mon Sep 17 00:00:00 2001 From: Jonatan Pålsson Date: Sun, 23 Feb 2020 13:43:23 +0100 Subject: python-h2: Add missing RDEPENDS on hpack and hyperframe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonatan Pålsson Signed-off-by: Khem Raj --- meta-python/recipes-connectivity/python-h2/python-h2.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python') diff --git a/meta-python/recipes-connectivity/python-h2/python-h2.inc b/meta-python/recipes-connectivity/python-h2/python-h2.inc index 42629c261f..c457836b7c 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" -- cgit v1.2.3-54-g00ecf