[OE-core] [PATCH V2] python3-git: add python3-nose to RDEPENDS

Ross Burton ross.burton at intel.com
Tue Nov 5 10:41:00 UTC 2019


On 05/11/2019 03:12, Hongxu Jia wrote:
> $>>> 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'

Would it make sense to rip the test libraries into a separate package 
(say, git-ptest) and add the dependencies there?

Ross


More information about the Openembedded-core mailing list