[oe-commits] [openembedded-core] 07/11: python-testtools: rdepend on doctest module

git at git.openembedded.org git at git.openembedded.org
Tue Sep 3 11:24:19 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit c21c817ea977e277b78ecf8e7fd1ad0f33b31367
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Tue Sep 3 10:23:08 2019 +0800

    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 <Qi.Chen at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/python/python-testtools.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/python/python-testtools.inc b/meta/recipes-devtools/python/python-testtools.inc
index 1011c98..d0b2e46 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list