mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
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>
This commit is contained in:
parent
fc5139e391
commit
1a4c632ee7
|
|
@ -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 "
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user