diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2019-09-03 10:23:08 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-06 08:15:45 +0100 |
commit | 6926af57a284bf921d1abe0462c97402acce0f4f (patch) | |
tree | fab70317d203329084772f6094db9e37bf1584a3 /meta/recipes-devtools/python | |
parent | e674655bdfbbb5a60ff9698aa05b1ac8c661e6e6 (diff) | |
download | poky-6926af57a284bf921d1abe0462c97402acce0f4f.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/recipes-devtools/python/python-testtools.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 += " \ | |||
19 | " | 19 | " |
20 | 20 | ||
21 | RDEPENDS_${PN} += "\ | 21 | RDEPENDS_${PN} += "\ |
22 | ${PYTHON_PN}-doctest \ | ||
22 | ${PYTHON_PN}-extras \ | 23 | ${PYTHON_PN}-extras \ |
23 | ${PYTHON_PN}-pbr \ | 24 | ${PYTHON_PN}-pbr \ |
24 | ${PYTHON_PN}-six \ | 25 | ${PYTHON_PN}-six \ |