From 87871cb6f0329eb735f2ec14f4ef01b8b8d9f0d4 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Thu, 9 Jul 2020 21:01:09 -0700 Subject: python3-croniter: Fix missing rdep The last update introduced the need for natsort. Fixes this error: File "/usr/lib/python3.8/site-packages/croniter/croniter.py", line 13, in import natsort ModuleNotFoundError: No module named 'natsort' Signed-off-by: Armin Kuster Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-croniter_0.3.34.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-croniter_0.3.34.bb b/meta-python/recipes-devtools/python/python3-croniter_0.3.34.bb index 0c28948f63..123d176137 100644 --- a/meta-python/recipes-devtools/python/python3-croniter_0.3.34.bb +++ b/meta-python/recipes-devtools/python/python3-croniter_0.3.34.bb @@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "7186b9b464f45cf3d3c83a18bc2344cc101d7b9fd35a05f2878437b149 inherit pypi setuptools3 -RDEPENDS_${PN} += " python3-dateutil" +RDEPENDS_${PN} += " python3-dateutil python3-natsort" -- cgit v1.2.3-54-g00ecf