diff options
author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2019-09-02 18:06:51 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-02 12:52:46 -0700 |
commit | 1a4c632ee7486f3df9a41260e5c155daa8ee1e28 (patch) | |
tree | 8d58c4e12957e8ebc6216a3f90214db7c43135ad /meta-python/recipes-devtools/python/python-hyperlink.inc | |
parent | fc5139e391610ffd2f9977bd696fed111ce801e5 (diff) | |
download | meta-openembedded-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/python-hyperlink.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-hyperlink.inc | 2 |
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" | |||
8 | 8 | ||
9 | inherit pypi | 9 | inherit pypi |
10 | 10 | ||
11 | RDEPENDS_${PN} += "${PYTHON_PN}-stringold ${PYTHON_PN}-netclient" | 11 | RDEPENDS_${PN} += "${PYTHON_PN}-stringold ${PYTHON_PN}-netclient ${PYTHON_PN}-idna" |
12 | 12 | ||
13 | PACKAGES =. "${PN}-test " | 13 | PACKAGES =. "${PN}-test " |
14 | 14 | ||