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.

(From OE-Core rev: eecde5b90fd8b0315e5f3540b861265fabaf1e73)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chen Qi
2019-09-03 10:23:08 +08:00
committed by Richard Purdie
parent e674655bdf
commit 6926af57a2

View File

@@ -19,6 +19,7 @@ DEPENDS += " \
"
RDEPENDS_${PN} += "\
${PYTHON_PN}-doctest \
${PYTHON_PN}-extras \
${PYTHON_PN}-pbr \
${PYTHON_PN}-six \