All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] python-async: inherit setuptools
@ 2015-09-28  9:20 Robert Yang
  2015-09-28  9:20 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Yang @ 2015-09-28  9:20 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit d5cf21179d9f8d3c053316b0864d72fc609f5423:

  gdk-pixbuf: Avoid rebuild failures (2015-09-24 17:53:25 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/python-async
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/python-async

Robert Yang (1):
  python-async: inherit setuptools

 meta/recipes-devtools/python/python-async_0.6.2.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.7.9.5



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

* [PATCH 1/1] python-async: inherit setuptools
  2015-09-28  9:20 [PATCH 0/1] python-async: inherit setuptools Robert Yang
@ 2015-09-28  9:20 ` Robert Yang
  2015-09-28 12:31   ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Yang @ 2015-09-28  9:20 UTC (permalink / raw)
  To: openembedded-core

Fixed when bitbake nativesdk-python-async:
DEBUG: Executing shell function do_compile
Traceback (most recent call last):
  File "setup.py", line 2, in <module>
    from setuptools import setup
ImportError: No module named setuptools

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-devtools/python/python-async_0.6.2.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python-async_0.6.2.bb b/meta/recipes-devtools/python/python-async_0.6.2.bb
index 8ed0b03..576e0a8 100644
--- a/meta/recipes-devtools/python/python-async_0.6.2.bb
+++ b/meta/recipes-devtools/python/python-async_0.6.2.bb
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8
 
 S = "${WORKDIR}/async-${PV}"
 
-inherit distutils
+inherit distutils setuptools
 
 RDEPENDS_${PN} += "python-threading python-lang"
 
-- 
1.7.9.5



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

* Re: [PATCH 1/1] python-async: inherit setuptools
  2015-09-28  9:20 ` [PATCH 1/1] " Robert Yang
@ 2015-09-28 12:31   ` Burton, Ross
  2015-09-29  7:46     ` Robert Yang
  0 siblings, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2015-09-28 12:31 UTC (permalink / raw)
  To: Robert Yang; +Cc: OE-core

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

On 28 September 2015 at 10:20, Robert Yang <liezhi.yang@windriver.com>
wrote:

> -inherit distutils
> +inherit distutils setuptools
>

setuptools inherits distutils, so you can replace instead of adding.

Ross

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

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

* Re: [PATCH 1/1] python-async: inherit setuptools
  2015-09-28 12:31   ` Burton, Ross
@ 2015-09-29  7:46     ` Robert Yang
  0 siblings, 0 replies; 4+ messages in thread
From: Robert Yang @ 2015-09-29  7:46 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core


On 09/28/2015 08:31 PM, Burton, Ross wrote:
>
> On 28 September 2015 at 10:20, Robert Yang <liezhi.yang@windriver.com
> <mailto:liezhi.yang@windriver.com>> wrote:
>
>     -inherit distutils
>     +inherit distutils setuptools
>
>
> setuptools inherits distutils, so you can replace instead of adding.

Thanks, updated in the repo.

// Robert

>
> Ross


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

end of thread, other threads:[~2015-09-29  7:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-28  9:20 [PATCH 0/1] python-async: inherit setuptools Robert Yang
2015-09-28  9:20 ` [PATCH 1/1] " Robert Yang
2015-09-28 12:31   ` Burton, Ross
2015-09-29  7:46     ` Robert Yang

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.