Hi Ross,

On Wed, Sep 25, 2019 at 9:40 PM Ross Burton <ross.burton@intel.com> wrote:
On 25/09/2019 15:49, Diego Rondini wrote:
> Add runtime dependency on python3-misc as bmaptool depends on ntpath.
>
> Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
> ---
>   meta/recipes-support/bmap-tools/bmap-tools_3.5.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb b/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb
> index 7c4db85b32..6be07d7f9c 100644
> --- a/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb
> +++ b/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb
> @@ -17,7 +17,7 @@ PV .= "+git${SRCPV}"
>   
>   UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"
>   
> -RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl python3-six"
> +RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools python3-fcntl python3-six python3-misc"
>   
>   inherit python3native
>   inherit setuptools3
>

ERROR: Nothing RPROVIDES 'python3-misc-native' (but
virtual:native:/home/ross/Yocto/poky/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb
RDEPENDS on or otherwise requires it)

Ross

I've seen ntpath has been added back to python3-core with this commit:
http://git.openembedded.org/openembedded-core/commit/meta/recipes-devtools/python/python3/python3-manifest.json?id=9ff61fa83a0a4f2a7b5b0376b6c48fb1173c9ac7
so my change makes sense only in warrior.

Can you please explain how you trigger that error?

Thank you,
Diego