aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorQi.Chen@windriver.com <Qi.Chen@windriver.com>2019-09-02 18:06:51 +0800
committerKhem Raj <raj.khem@gmail.com>2019-09-02 12:52:46 -0700
commit1a4c632ee7486f3df9a41260e5c155daa8ee1e28 (patch)
tree8d58c4e12957e8ebc6216a3f90214db7c43135ad /meta-python/recipes-devtools/python
parentfc5139e391610ffd2f9977bd696fed111ce801e5 (diff)
downloadmeta-openembedded-contrib-1a4c632ee7486f3df9a41260e5c155daa8ee1e28.tar.gz
python-hyperlink: rdepend on python-idna
python hyperlink actually requires python idna. Otherwise, we get the following error. Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python3.7/site-packages/hyperlink/_init_.py", line 2, in <module> from ._url import (URL, File "/usr/lib64/python3.7/site-packages/hyperlink/_url.py", line 33, in <module> from idna import encode as idna_encode, decode as idna_decode, IDNAError ModuleNotFoundError: No module named 'idna' Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python-hyperlink.inc2
1 files changed, 1 insertions, 1 deletions
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 "