From 1a4c632ee7486f3df9a41260e5c155daa8ee1e28 Mon Sep 17 00:00:00 2001 From: "Qi.Chen@windriver.com" Date: Mon, 2 Sep 2019 18:06:51 +0800 Subject: python-hyperlink: rdepend on python-idna python hyperlink actually requires python idna. Otherwise, we get the following error. Traceback (most recent call last): File "", line 1, in File "/usr/lib64/python3.7/site-packages/hyperlink/_init_.py", line 2, in from ._url import (URL, File "/usr/lib64/python3.7/site-packages/hyperlink/_url.py", line 33, in from idna import encode as idna_encode, decode as idna_decode, IDNAError ModuleNotFoundError: No module named 'idna' Signed-off-by: Chen Qi Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-hyperlink.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-hyperlink.inc b/meta-python/recipes-devtools/python/python-hyperlink.inc index 25398541c1..653170ca6f 100644 --- a/meta-python/recipes-devtools/python/python-hyperlink.inc +++ b/meta-python/recipes-devtools/python/python-hyperlink.inc @@ -8,7 +8,7 @@ SRC_URI[md5sum] = "4772fb4d87c26a1ab22a6161424e3cba" inherit pypi -RDEPENDS_${PN} += "${PYTHON_PN}-stringold ${PYTHON_PN}-netclient" +RDEPENDS_${PN} += "${PYTHON_PN}-stringold ${PYTHON_PN}-netclient ${PYTHON_PN}-idna" PACKAGES =. "${PN}-test " -- cgit 1.2.3-korg