diff mbox series

[36/37] python3-mako: add dependency on python3-misc for timeit

Message ID 20240723145137.74198-36-ross.burton@arm.com
State Accepted, archived
Commit 901e43978eb2cb36f7da52b11319ff5ead084098
Headers show
Series [01/37] python3: add dependency on -compression to -core | expand

Commit Message

Ross Burton July 23, 2024, 2:51 p.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-mako_1.3.5.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 \