summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-07-23 15:51:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-07-24 22:51:40 +0100
commit194e1cebe279452236f402952b5dde37717f2d56 (patch)
tree379a2fd453e2eda55b2462f524adc7c03b684371 /meta/recipes-devtools/python
parentabefe97990e660ffc6612e745536cbe4999f03c2 (diff)
downloadpoky-194e1cebe279452236f402952b5dde37717f2d56.tar.gz
python3-mako: add dependency on python3-misc for timeit
(From OE-Core rev: 901e43978eb2cb36f7da52b11319ff5ead084098) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-mako_1.3.5.bb1
1 files changed, 1 insertions, 0 deletions
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 d52f72f458..d8a05efe5b 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
16 16
17RDEPENDS:${PN} = "python3-html \ 17RDEPENDS:${PN} = "python3-html \
18 python3-markupsafe \ 18 python3-markupsafe \
19 python3-misc \
19 python3-netclient \ 20 python3-netclient \
20 python3-pygments \ 21 python3-pygments \
21 python3-threading \ 22 python3-threading \