aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-mako_1.1.0.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2020-01-18 20:53:38 -0800
committerTim Orling <ticotimo@gmail.com>2020-01-18 20:53:38 -0800
commitd0dfa1d4db692e839c8b9261f454a03a2e08f873 (patch)
tree83cb717eae754e17435dc97fc1ee270f321c0810 /recipes-devtools/python/python-mako_1.1.0.bb
parent644e3e4ee200c0d1730498f43152c889336d06a7 (diff)
downloadmeta-python2-d0dfa1d4db692e839c8b9261f454a03a2e08f873.tar.gz
python-mako: mako.utils RDEPENDS on timeit
* Unfortunately, only python-misc provides timeit at this time. Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-mako_1.1.0.bb')
-rw-r--r--recipes-devtools/python/python-mako_1.1.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-mako_1.1.0.bb b/recipes-devtools/python/python-mako_1.1.0.bb
index ce7568a..f7e6332 100644
--- a/recipes-devtools/python/python-mako_1.1.0.bb
+++ b/recipes-devtools/python/python-mako_1.1.0.bb
@@ -13,6 +13,7 @@ inherit pypi setuptools
RDEPENDS_${PN} = " \
${PYTHON_PN}-html \
+ ${PYTHON_PN}-misc \
${PYTHON_PN}-netclient \
${PYTHON_PN}-shell \
${PYTHON_PN}-threading \