All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta][PATCH v2] python-3.4-manifest: Add some missing RDEPENDS
@ 2016-08-01 12:01 Kyle Russell
  2016-08-01 12:29 ` Burton, Ross
  0 siblings, 1 reply; 7+ messages in thread
From: Kyle Russell @ 2016-08-01 12:01 UTC (permalink / raw)
  To: yocto; +Cc: Kyle Russell

Several packages were missing RDEPENDS on other modules they import.

Signed-off-by: Kyle Russell <bkylerussell@gmail.com>
---
 scripts/contrib/python/generate-manifest-3.4.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/scripts/contrib/python/generate-manifest-3.4.py b/scripts/contrib/python/generate-manifest-3.4.py
index ca2fa61..ba4ab72 100755
--- a/scripts/contrib/python/generate-manifest-3.4.py
+++ b/scripts/contrib/python/generate-manifest-3.4.py
@@ -229,7 +229,7 @@ if __name__ == "__main__":
     m.addPackage( "${PN}-curses", "Python curses support", "${PN}-core",
     "curses lib-dynload/_curses.*.so lib-dynload/_curses_panel.*.so" ) # directory + low level module
 
-    m.addPackage( "${PN}-ctypes", "Python C types support", "${PN}-core",
+    m.addPackage( "${PN}-ctypes", "Python C types support", "${PN}-core ${PN}-subprocess",
     "ctypes lib-dynload/_ctypes.*.so lib-dynload/_ctypes_test.*.so" ) # directory + low level module
 
     m.addPackage( "${PN}-datetime", "Python calendar and time support", "${PN}-core ${PN}-codecs",
@@ -282,7 +282,7 @@ if __name__ == "__main__":
     m.addPackage( "${PN}-json", "Python JSON support", "${PN}-core ${PN}-math ${PN}-re",
     "json lib-dynload/_json.*.so" ) # package
 
-    m.addPackage( "${PN}-lang", "Python low-level language support", "${PN}-core",
+    m.addPackage( "${PN}-lang", "Python low-level language support", "${PN}-core ${PN}-importlib",
     "lib-dynload/_bisect.*.so lib-dynload/_collections.*.so lib-dynload/_heapq.*.so lib-dynload/_weakref.*.so lib-dynload/_functools.*.so " +
     "lib-dynload/array.*.so lib-dynload/itertools.*.so lib-dynload/operator.*.so lib-dynload/parser.*.so " +
     "atexit.* bisect.* code.* codeop.* collections.* _collections_abc.* dis.* functools.* heapq.* inspect.* keyword.* opcode.* symbol.* repr.* token.* " +
@@ -294,7 +294,7 @@ if __name__ == "__main__":
     m.addPackage( "${PN}-mailbox", "Python mailbox format support", "${PN}-core ${PN}-mime",
     "mailbox.*" )
 
-    m.addPackage( "${PN}-math", "Python math support", "${PN}-core",
+    m.addPackage( "${PN}-math", "Python math support", "${PN}-core ${PN}-crypt",
     "lib-dynload/cmath.*.so lib-dynload/math.*.so lib-dynload/_random.*.so random.* sets.*" )
 
     m.addPackage( "${PN}-mime", "Python MIME handling APIs", "${PN}-core ${PN}-io",
@@ -340,10 +340,10 @@ if __name__ == "__main__":
     m.addPackage( "${PN}-resource", "Python resource control interface", "${PN}-core",
     "lib-dynload/resource.*.so" )
 
-    m.addPackage( "${PN}-shell", "Python shell-like functionality", "${PN}-core ${PN}-re",
+    m.addPackage( "${PN}-shell", "Python shell-like functionality", "${PN}-core ${PN}-re ${PN}-compression",
     "cmd.* commands.* dircache.* fnmatch.* glob.* popen2.* shlex.* shutil.*" )
 
-    m.addPackage( "${PN}-subprocess", "Python subprocess support", "${PN}-core ${PN}-io ${PN}-re ${PN}-fcntl ${PN}-pickle",
+    m.addPackage( "${PN}-subprocess", "Python subprocess support", "${PN}-core ${PN}-io ${PN}-re ${PN}-fcntl ${PN}-pickle ${PN}-threading",
     "subprocess.*" )
 
     m.addPackage( "${PN}-sqlite3", "Python Sqlite3 database support", "${PN}-core ${PN}-datetime ${PN}-lang ${PN}-crypt ${PN}-io ${PN}-threading",
-- 
1.9.1



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

* Re: [meta][PATCH v2] python-3.4-manifest: Add some missing RDEPENDS
  2016-08-01 12:01 [meta][PATCH v2] python-3.4-manifest: Add some missing RDEPENDS Kyle Russell
@ 2016-08-01 12:29 ` Burton, Ross
  2016-08-01 12:49   ` Kyle Russell
  0 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2016-08-01 12:29 UTC (permalink / raw)
  To: Kyle Russell; +Cc: yocto

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

On 1 August 2016 at 13:01, Kyle Russell <bkylerussell@gmail.com> wrote:

>  scripts/contrib/python/generate-manifest-3.4.py | 10 +++++-----
>

Sorry, but you need to edit the script and then run the script, so the
patch contains both the script and inc file changes.

Ross

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

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

* Re: [meta][PATCH v2] python-3.4-manifest: Add some missing RDEPENDS
  2016-08-01 12:29 ` Burton, Ross
@ 2016-08-01 12:49   ` Kyle Russell
  2016-08-01 13:56     ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Kyle Russell @ 2016-08-01 12:49 UTC (permalink / raw)
  To: Burton, Ross; +Cc: yocto

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

Well, that makes sense.  I'm just tripping all over this one.

On Mon, Aug 1, 2016 at 8:29 AM, Burton, Ross <ross.burton@intel.com> wrote:

>
> On 1 August 2016 at 13:01, Kyle Russell <bkylerussell@gmail.com> wrote:
>
>>  scripts/contrib/python/generate-manifest-3.4.py | 10 +++++-----
>>
>
> Sorry, but you need to edit the script and then run the script, so the
> patch contains both the script and inc file changes.
>
> Ross
>

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

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

* Re: [meta][PATCH v2] python-3.4-manifest: Add some missing RDEPENDS
  2016-08-01 12:49   ` Kyle Russell
@ 2016-08-01 13:56     ` Khem Raj
  2016-08-11 21:14       ` Kyle Russell
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2016-08-01 13:56 UTC (permalink / raw)
  To: Kyle Russell; +Cc: yocto

and when patch is ready send it to openembedded-core ml

On Mon, Aug 1, 2016 at 6:49 AM, Kyle Russell <bkylerussell@gmail.com> wrote:
> Well, that makes sense.  I'm just tripping all over this one.
>
> On Mon, Aug 1, 2016 at 8:29 AM, Burton, Ross <ross.burton@intel.com> wrote:
>>
>>
>> On 1 August 2016 at 13:01, Kyle Russell <bkylerussell@gmail.com> wrote:
>>>
>>>  scripts/contrib/python/generate-manifest-3.4.py | 10 +++++-----
>>
>>
>> Sorry, but you need to edit the script and then run the script, so the
>> patch contains both the script and inc file changes.
>>
>> Ross
>
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


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

* Re: [meta][PATCH v2] python-3.4-manifest: Add some missing RDEPENDS
  2016-08-01 13:56     ` Khem Raj
@ 2016-08-11 21:14       ` Kyle Russell
  2016-08-12 14:00         ` Burton, Ross
  0 siblings, 1 reply; 7+ messages in thread
From: Kyle Russell @ 2016-08-11 21:14 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

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

In case anyone is interested, I posted an update for both the script and
.inc to openembedded-core (which now has master at python 3.5), but it
doesn't seem to have gone anywhere yet.

http://lists.openembedded.org/pipermail/openembedded-core/2016-August/124672.html

On Mon, Aug 1, 2016 at 9:56 AM, Khem Raj <raj.khem@gmail.com> wrote:

> and when patch is ready send it to openembedded-core ml
>
> On Mon, Aug 1, 2016 at 6:49 AM, Kyle Russell <bkylerussell@gmail.com>
> wrote:
> > Well, that makes sense.  I'm just tripping all over this one.
> >
> > On Mon, Aug 1, 2016 at 8:29 AM, Burton, Ross <ross.burton@intel.com>
> wrote:
> >>
> >>
> >> On 1 August 2016 at 13:01, Kyle Russell <bkylerussell@gmail.com> wrote:
> >>>
> >>>  scripts/contrib/python/generate-manifest-3.4.py | 10 +++++-----
> >>
> >>
> >> Sorry, but you need to edit the script and then run the script, so the
> >> patch contains both the script and inc file changes.
> >>
> >> Ross
> >
> >
> >
> > --
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> >
>

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

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

* Re: [meta][PATCH v2] python-3.4-manifest: Add some missing RDEPENDS
  2016-08-11 21:14       ` Kyle Russell
@ 2016-08-12 14:00         ` Burton, Ross
  2016-08-12 15:34           ` Kyle Russell
  0 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2016-08-12 14:00 UTC (permalink / raw)
  To: Kyle Russell; +Cc: yocto

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

On 11 August 2016 at 22:14, Kyle Russell <bkylerussell@gmail.com> wrote:

> In case anyone is interested, I posted an update for both the script and
> .inc to openembedded-core (which now has master at python 3.5), but it
> doesn't seem to have gone anywhere yet.
>

Sorry that got stalled because the patch was mangled by your mailer so I
had to fix the patch by hand.  I've applied it to my staging branch, thanks.

Ross

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

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

* Re: [meta][PATCH v2] python-3.4-manifest: Add some missing RDEPENDS
  2016-08-12 14:00         ` Burton, Ross
@ 2016-08-12 15:34           ` Kyle Russell
  0 siblings, 0 replies; 7+ messages in thread
From: Kyle Russell @ 2016-08-12 15:34 UTC (permalink / raw)
  To: Burton, Ross; +Cc: yocto

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

Ok, thanks!  Sorry about that, not sure what happened.

On Fri, Aug 12, 2016 at 10:00 AM, Burton, Ross <ross.burton@intel.com>
wrote:

>
> On 11 August 2016 at 22:14, Kyle Russell <bkylerussell@gmail.com> wrote:
>
>> In case anyone is interested, I posted an update for both the script and
>> .inc to openembedded-core (which now has master at python 3.5), but it
>> doesn't seem to have gone anywhere yet.
>>
>
> Sorry that got stalled because the patch was mangled by your mailer so I
> had to fix the patch by hand.  I've applied it to my staging branch, thanks.
>
> Ross
>

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

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

end of thread, other threads:[~2016-08-12 15:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-01 12:01 [meta][PATCH v2] python-3.4-manifest: Add some missing RDEPENDS Kyle Russell
2016-08-01 12:29 ` Burton, Ross
2016-08-01 12:49   ` Kyle Russell
2016-08-01 13:56     ` Khem Raj
2016-08-11 21:14       ` Kyle Russell
2016-08-12 14:00         ` Burton, Ross
2016-08-12 15:34           ` Kyle Russell

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.