[oe-commits] [meta-openembedded] 04/07: python-h2: Add missing RDEPENDS on hpack and hyperframe

git at git.openembedded.org git at git.openembedded.org
Sun Feb 23 15:49:24 UTC 2020


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 c87588d6143d8f15dfe1e115da6339406eb34600
Author: Jonatan Pålsson <jonatan.p at gmail.com>
AuthorDate: Sun Feb 23 13:43:23 2020 +0100

    python-h2: Add missing RDEPENDS on hpack and hyperframe
    
    Signed-off-by: Jonatan Pålsson <jonatan.p at gmail.com>
    Signed-off-by: Khem Raj <raj.khem 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 42629c2..c457836 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"

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


More information about the Openembedded-commits mailing list