From: Ross Burton Date: Tue, 23 Jul 2024 14:51:36 +0000 (+0100) Subject: python3-mako: add dependency on python3-misc for timeit X-Git-Tag: yocto-5.2~2278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=901e43978eb2cb36f7da52b11319ff5ead084098;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-mako: add dependency on python3-misc for timeit Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-mako_1.3.5.bb b/meta/recipes-devtools/python/python3-mako_1.3.5.bb index d52f72f4584..d8a05efe5b2 100644 --- a/meta/recipes-devtools/python/python3-mako_1.3.5.bb +++ b/meta/recipes-devtools/python/python3-mako_1.3.5.bb @@ -16,6 +16,7 @@ SRC_URI[sha256sum] = "48dbc20568c1d276a2698b36d968fa76161bf127194907ea6fc594fa81 RDEPENDS:${PN} = "python3-html \ python3-markupsafe \ + python3-misc \ python3-netclient \ python3-pygments \ python3-threading \