summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2016-06-21 01:39:51 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-06-23 15:21:26 +0200
commit016e7480a885b90a3ed2d336b54676d0237b3439 (patch)
treeea5a72d5147266ede92b168fbdda82922d9b6dec /meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb
parent09630840cb5d42fc26b99842a7e35d5c765cfff3 (diff)
downloadmeta-openembedded-016e7480a885b90a3ed2d336b54676d0237b3439.tar.gz
Revert "python-pygobject, python-cloudeebus, python-dbusmock: Blacklist because of python-pygobject is broken"
This reverts commit b0fae32dfc447ef9864e077d05c51bbbf763565b. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb3
1 files changed, 0 insertions, 3 deletions
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 b9aa1c8df..1490e2210 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
@@ -14,9 +14,6 @@ inherit distutils setuptools
14DEPENDS_${PN} = "python python-distribute" 14DEPENDS_${PN} = "python python-distribute"
15RDEPENDS_${PN} = "python python-dbus python-json python-argparse python-pygobject python-autobahn python-twisted python-subprocess" 15RDEPENDS_${PN} = "python python-dbus python-json python-argparse python-pygobject python-autobahn python-twisted python-subprocess"
16 16
17# http://lists.openembedded.org/pipermail/openembedded-devel/2016-June/107798.html
18PNBLACKLIST[python-cloudeebus] ?= "Rdepends on broken python-pygobject"
19
20do_install_prepend() { 17do_install_prepend() {
21 install -d ${D}${PYTHON_SITEPACKAGES_DIR}/${PN} 18 install -d ${D}${PYTHON_SITEPACKAGES_DIR}/${PN}
22} 19}