All of lore.kernel.org
 help / color / mirror / Atom feed
* [[PATCH] python: add webbrowser module
@ 2014-08-20  6:05 Armin Kuster
  2014-09-04 15:29 ` akuster808
  2014-09-05 10:00 ` Burton, Ross
  0 siblings, 2 replies; 3+ messages in thread
From: Armin Kuster @ 2014-08-20  6:05 UTC (permalink / raw)
  To: openembedded-core

webbrowser is being compiled but not included in packaging.
Add webbrowser to python-netclient

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta/recipes-devtools/python/python-2.7-manifest.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python-2.7-manifest.inc b/meta/recipes-devtools/python/python-2.7-manifest.inc
index a8afe13..b477f3f 100644
--- a/meta/recipes-devtools/python/python-2.7-manifest.inc
+++ b/meta/recipes-devtools/python/python-2.7-manifest.inc
@@ -159,7 +159,7 @@ FILES_${PN}-multiprocessing="${libdir}/python2.7/lib-dynload/_multiprocessing.so
 
 SUMMARY_${PN}-netclient="Python Internet Protocol clients"
 RDEPENDS_${PN}-netclient="${PN}-core ${PN}-crypt ${PN}-datetime ${PN}-io ${PN}-lang ${PN}-logging ${PN}-mime"
-FILES_${PN}-netclient="${libdir}/python2.7/*Cookie*.* ${libdir}/python2.7/base64.* ${libdir}/python2.7/cookielib.* ${libdir}/python2.7/ftplib.* ${libdir}/python2.7/gopherlib.* ${libdir}/python2.7/hmac.* ${libdir}/python2.7/httplib.* ${libdir}/python2.7/mimetypes.* ${libdir}/python2.7/nntplib.* ${libdir}/python2.7/poplib.* ${libdir}/python2.7/smtplib.* ${libdir}/python2.7/telnetlib.* ${libdir}/python2.7/urllib.* ${libdir}/python2.7/urllib2.* ${libdir}/python2.7/urlparse.* ${libdir}/python2.7/uuid.* ${libdir}/python2.7/rfc822.* ${libdir}/python2.7/mimetools.* "
+FILES_${PN}-netclient="${libdir}/python2.7/*Cookie*.* ${libdir}/python2.7/base64.* ${libdir}/python2.7/cookielib.* ${libdir}/python2.7/ftplib.* ${libdir}/python2.7/gopherlib.* ${libdir}/python2.7/hmac.* ${libdir}/python2.7/httplib.* ${libdir}/python2.7/mimetypes.* ${libdir}/python2.7/nntplib.* ${libdir}/python2.7/poplib.* ${libdir}/python2.7/smtplib.* ${libdir}/python2.7/telnetlib.* ${libdir}/python2.7/urllib.* ${libdir}/python2.7/urllib2.* ${libdir}/python2.7/urlparse.* ${libdir}/python2.7/uuid.* ${libdir}/python2.7/rfc822.* ${libdir}/python2.7/mimetools.* ${libdir}/python2.7/webbrowser.*"
 
 SUMMARY_${PN}-netserver="Python Internet Protocol servers"
 RDEPENDS_${PN}-netserver="${PN}-core ${PN}-netclient"
-- 
1.9.1



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

* Re: [[PATCH] python: add webbrowser module
  2014-08-20  6:05 [[PATCH] python: add webbrowser module Armin Kuster
@ 2014-09-04 15:29 ` akuster808
  2014-09-05 10:00 ` Burton, Ross
  1 sibling, 0 replies; 3+ messages in thread
From: akuster808 @ 2014-09-04 15:29 UTC (permalink / raw)
  To: openembedded-core


Hello,

This patch is sitting the the queue still. Is it being considered or has 
it been dropped ?

- Armin

On 08/19/2014 11:05 PM, Armin Kuster wrote:
> webbrowser is being compiled but not included in packaging.
> Add webbrowser to python-netclient
>
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>   meta/recipes-devtools/python/python-2.7-manifest.inc | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/python/python-2.7-manifest.inc b/meta/recipes-devtools/python/python-2.7-manifest.inc
> index a8afe13..b477f3f 100644
> --- a/meta/recipes-devtools/python/python-2.7-manifest.inc
> +++ b/meta/recipes-devtools/python/python-2.7-manifest.inc
> @@ -159,7 +159,7 @@ FILES_${PN}-multiprocessing="${libdir}/python2.7/lib-dynload/_multiprocessing.so
>
>   SUMMARY_${PN}-netclient="Python Internet Protocol clients"
>   RDEPENDS_${PN}-netclient="${PN}-core ${PN}-crypt ${PN}-datetime ${PN}-io ${PN}-lang ${PN}-logging ${PN}-mime"
> -FILES_${PN}-netclient="${libdir}/python2.7/*Cookie*.* ${libdir}/python2.7/base64.* ${libdir}/python2.7/cookielib.* ${libdir}/python2.7/ftplib.* ${libdir}/python2.7/gopherlib.* ${libdir}/python2.7/hmac.* ${libdir}/python2.7/httplib.* ${libdir}/python2.7/mimetypes.* ${libdir}/python2.7/nntplib.* ${libdir}/python2.7/poplib.* ${libdir}/python2.7/smtplib.* ${libdir}/python2.7/telnetlib.* ${libdir}/python2.7/urllib.* ${libdir}/python2.7/urllib2.* ${libdir}/python2.7/urlparse.* ${libdir}/python2.7/uuid.* ${libdir}/python2.7/rfc822.* ${libdir}/python2.7/mimetools.* "
> +FILES_${PN}-netclient="${libdir}/python2.7/*Cookie*.* ${libdir}/python2.7/base64.* ${libdir}/python2.7/cookielib.* ${libdir}/python2.7/ftplib.* ${libdir}/python2.7/gopherlib.* ${libdir}/python2.7/hmac.* ${libdir}/python2.7/httplib.* ${libdir}/python2.7/mimetypes.* ${libdir}/python2.7/nntplib.* ${libdir}/python2.7/poplib.* ${libdir}/python2.7/smtplib.* ${libdir}/python2.7/telnetlib.* ${libdir}/python2.7/urllib.* ${libdir}/python2.7/urllib2.* ${libdir}/python2.7/urlparse.* ${libdir}/python2.7/uuid.* ${libdir}/python2.7/rfc822.* ${libdir}/python2.7/mimetools.* ${libdir}/python2.7/webbrowser.*"
>
>   SUMMARY_${PN}-netserver="Python Internet Protocol servers"
>   RDEPENDS_${PN}-netserver="${PN}-core ${PN}-netclient"
>


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

* Re: [[PATCH] python: add webbrowser module
  2014-08-20  6:05 [[PATCH] python: add webbrowser module Armin Kuster
  2014-09-04 15:29 ` akuster808
@ 2014-09-05 10:00 ` Burton, Ross
  1 sibling, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2014-09-05 10:00 UTC (permalink / raw)
  To: Armin Kuster; +Cc: OE-core

On 20 August 2014 07:05, Armin Kuster <akuster808@gmail.com> wrote:
>  meta/recipes-devtools/python/python-2.7-manifest.inc | 2 +-

As the comment at the top of that file says, this is a generated file.
Please patch scripts/contrib/python/generate-manifest-2.7.py and then
re-execute the script to update the manifest.inc.

Ross


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

end of thread, other threads:[~2014-09-05 10:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-20  6:05 [[PATCH] python: add webbrowser module Armin Kuster
2014-09-04 15:29 ` akuster808
2014-09-05 10:00 ` Burton, Ross

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.