All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bmap-tools: add missing python3-misc dependency
@ 2019-09-25 14:49 Diego Rondini
  2019-09-25 19:40 ` Ross Burton
  0 siblings, 1 reply; 4+ messages in thread
From: Diego Rondini @ 2019-09-25 14:49 UTC (permalink / raw)
  To: openembedded-core; +Cc: Diego Rondini

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
-- 
2.21.0



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

* Re: [PATCH] bmap-tools: add missing python3-misc dependency
  2019-09-25 14:49 [PATCH] bmap-tools: add missing python3-misc dependency Diego Rondini
@ 2019-09-25 19:40 ` Ross Burton
  2019-09-26  8:40   ` Diego Rondini
  0 siblings, 1 reply; 4+ messages in thread
From: Ross Burton @ 2019-09-25 19:40 UTC (permalink / raw)
  To: Diego Rondini, openembedded-core

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


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

* Re: [PATCH] bmap-tools: add missing python3-misc dependency
  2019-09-25 19:40 ` Ross Burton
@ 2019-09-26  8:40   ` Diego Rondini
  2019-09-26 13:54     ` Ross Burton
  0 siblings, 1 reply; 4+ messages in thread
From: Diego Rondini @ 2019-09-26  8:40 UTC (permalink / raw)
  To: Ross Burton; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1683 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 3006 bytes --]

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

* Re: [PATCH] bmap-tools: add missing python3-misc dependency
  2019-09-26  8:40   ` Diego Rondini
@ 2019-09-26 13:54     ` Ross Burton
  0 siblings, 0 replies; 4+ messages in thread
From: Ross Burton @ 2019-09-26 13:54 UTC (permalink / raw)
  To: Diego Rondini; +Cc: openembedded-core

On 26/09/2019 09:40, Diego Rondini wrote:
> Hi Ross,
> 
> On Wed, Sep 25, 2019 at 9:40 PM Ross Burton <ross.burton@intel.com 
> <mailto: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
>     <mailto:diego.rondini@kynetics.com>>
>      > ---
>      >   meta/recipes-support/bmap-tools/bmap-tools_3.5.bb
>     <http://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
>     <http://bmap-tools_3.5.bb>
>     b/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb
>     <http://bmap-tools_3.5.bb>
>      > index 7c4db85b32..6be07d7f9c 100644
>      > --- a/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb
>     <http://bmap-tools_3.5.bb>
>      > +++ b/meta/recipes-support/bmap-tools/bmap-tools_3.5.bb
>     <http://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
>     <http://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?

I tried building an image that depended on bmap-tools-native.

Ross



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

end of thread, other threads:[~2019-09-26 13:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-25 14:49 [PATCH] bmap-tools: add missing python3-misc dependency Diego Rondini
2019-09-25 19:40 ` Ross Burton
2019-09-26  8:40   ` Diego Rondini
2019-09-26 13:54     ` Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.