From d188161783030fa190effec34c7dc25ea7a7171b Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Wed, 29 Apr 2020 12:07:02 -0700 Subject: python3-pysocks: add python3-logging to RDEPENDS python3-pysocks uses the logging module, but it isn't in the RDEPENDS list: root@qemux86-64:~# python3 Python 3.8.2 (default, Feb 25 2020, 10:39:28) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import socks Traceback (most recent call last): File "", line 1, in File "/usr/lib/python3.8/site-packages/socks.py", line 9, in import logging ModuleNotFoundError: No module named 'logging' Add it to RDEPENDS to fix the ModuleNotFoundError. Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb b/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb index e311904fcf..d0db8a0636 100644 --- a/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb +++ b/meta-python/recipes-devtools/python/python3-pysocks_1.7.1.bb @@ -12,6 +12,7 @@ inherit pypi setuptools3 RDEPENDS_${PN}_class-target += "\ ${PYTHON_PN}-email \ ${PYTHON_PN}-io \ + ${PYTHON_PN}-logging \ ${PYTHON_PN}-netclient \ ${PYTHON_PN}-shell \ " -- cgit v1.2.3-54-g00ecf