From fde2510fd5a58316081b407416e8610cb8d2a52b Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Thu, 7 May 2020 14:22:33 +0800 Subject: python3-ntplib: add missing python3-io RDEPENDS Add the missing python3-io RDEPENDS to fix below error: # python3 Python 3.8.2 (default, Apr 27 2020, 08:51:00) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import ntplib Traceback (most recent call last): File "", line 1, in File "/usr/lib64/python3.8/site-packages/ntplib.py", line 32, in import socket ModuleNotFoundError: No module named 'socket' Signed-off-by: Mingli Yu Signed-off-by: Khem Raj (cherry picked from commit 0568dda628fa086aaedfa164c6b12654e09972a3) Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb b/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb index 93df83ad3c..ce2618b817 100644 --- a/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb @@ -11,4 +11,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" inherit setuptools3 python3native pypi -RDEPENDS_${PN} += "${PYTHON_PN}-datetime" +RDEPENDS_${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-io" -- cgit v1.2.3-54-g00ecf