[oe-commits] [meta-openembedded] 20/25: python-cloudeebus: fix do_compile failure

git at git.openembedded.org git at git.openembedded.org
Wed Jun 22 15:20:42 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit c5e517a85ac133ed555376c5f91b7105d0899f78
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Tue Jun 21 01:39:53 2016 -0400

    python-cloudeebus: fix do_compile failure
    
    It fixed the following failure:
    ...
      2 Traceback (most recent call last):
      3   File "setup.py", line 24, in <module>
      4     from setuptools import setup
      5 ImportError: No module named setuptools
    ...
    
    Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb b/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb
index d067358..b9aa1c8 100644
--- a/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb
+++ b/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb
@@ -9,7 +9,7 @@ SRCREV = "b5cc957eeabfe98cb996baf8e5a0ac848993c3d4"
 
 S = "${WORKDIR}/git"
 
-inherit distutils 
+inherit distutils setuptools
 
 DEPENDS_${PN} = "python python-distribute"
 RDEPENDS_${PN} = "python python-dbus python-json python-argparse python-pygobject python-autobahn python-twisted python-subprocess"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list