From eecde5b90fd8b0315e5f3540b861265fabaf1e73 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Tue, 3 Sep 2019 10:23:08 +0800 Subject: python-testtools: rdepend on doctest module `import testtools' will give people error for lacking of doctest module. Add it to RDEPENDS to solve the issue. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-testtools.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/python/python-testtools.inc b/meta/recipes-devtools/python/python-testtools.inc index 1011c98a32..d0b2e46d7b 100644 --- a/meta/recipes-devtools/python/python-testtools.inc +++ b/meta/recipes-devtools/python/python-testtools.inc @@ -19,6 +19,7 @@ DEPENDS += " \ " RDEPENDS_${PN} += "\ + ${PYTHON_PN}-doctest \ ${PYTHON_PN}-extras \ ${PYTHON_PN}-pbr \ ${PYTHON_PN}-six \ -- cgit 1.2.3-korg