[oe-commits] [meta-openembedded] 08/09: python-hyperlink: rdepend on python-idna

git at git.openembedded.org git at git.openembedded.org
Mon Sep 2 19:53:07 UTC 2019


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 1a4c632ee7486f3df9a41260e5c155daa8ee1e28
Author: Qi.Chen at windriver.com <Qi.Chen at windriver.com>
AuthorDate: Mon Sep 2 18:06:51 2019 +0800

    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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-hyperlink.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-hyperlink.inc b/meta-python/recipes-devtools/python/python-hyperlink.inc
index 2539854..653170c 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 "
 

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


More information about the Openembedded-commits mailing list