Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] add python3-nose to RDEPENDS
@ 2019-11-05  3:10 Hongxu Jia
  2019-11-05  3:12 ` [PATCH V2] python3-git: " Hongxu Jia
  2019-11-05  6:02 ` ✗ patchtest: failure for " Patchwork
  0 siblings, 2 replies; 4+ messages in thread
From: Hongxu Jia @ 2019-11-05  3:10 UTC (permalink / raw)
  To: openembedded-core

$>>> import git.test.lib
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/git/test/lib/__init__.py", line 9, in <module>
    from .asserts import *
  File "/usr/lib/python3/dist-packages/git/test/lib/asserts.py", line 10, in <module>
    from nose.tools import (
ModuleNotFoundError: No module named 'nose'

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 meta/recipes-devtools/python/python3-git_3.0.2.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/python/python3-git_3.0.2.bb b/meta/recipes-devtools/python/python3-git_3.0.2.bb
index 9dd753db4f..7c6cda8cd4 100644
--- a/meta/recipes-devtools/python/python3-git_3.0.2.bb
+++ b/meta/recipes-devtools/python/python3-git_3.0.2.bb
@@ -27,6 +27,7 @@ RDEPENDS_${PN} += " \
                    ${PYTHON_PN}-stringold \
                    ${PYTHON_PN}-unittest \
                    ${PYTHON_PN}-unixadmin \
+                   ${PYTHON_PN}-nose \
                    git \
 "
 
-- 
2.23.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-11-05 10:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-05  3:10 [PATCH] add python3-nose to RDEPENDS Hongxu Jia
2019-11-05  3:12 ` [PATCH V2] python3-git: " Hongxu Jia
2019-11-05 10:41   ` Ross Burton
2019-11-05  6:02 ` ✗ patchtest: failure for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox