The last update introduced the need for natsort. Fixes this error:
  File "/usr/lib/python3.8/site-packages/croniter/croniter.py", line 13, in 
<module>
    import natsort
ModuleNotFoundError: No module named 'natsort'

Signed-off-by: Armin Kuster <akuster...@gmail.com>
---
 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"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#85687): 
https://lists.openembedded.org/g/openembedded-devel/message/85687
Mute This Topic: https://lists.openembedded.org/mt/75412578/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to