mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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 <module>
import natsort
ModuleNotFoundError: No module named 'natsort'
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
0ce96cc49e
commit
87871cb6f0
|
|
@ -9,4 +9,4 @@ SRC_URI[sha256sum] = "7186b9b464f45cf3d3c83a18bc2344cc101d7b9fd35a05f2878437b149
|
|||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += " python3-dateutil"
|
||||
RDEPENDS_${PN} += " python3-dateutil python3-natsort"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user