mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 02:33:02 +01:00
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:
@@ -19,6 +19,7 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-doctest \
|
||||
${PYTHON_PN}-extras \
|
||||
${PYTHON_PN}-pbr \
|
||||
${PYTHON_PN}-six \
|
||||
|
||||
Reference in New Issue
Block a user