python-pygobject, python-cloudeebus, python-dbusmock: Blacklist because of python-pygobject is broken

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2016-06-10 16:28:36 +02:00
parent 33fc64cef7
commit b0fae32dfc
4 changed files with 12 additions and 1 deletions

View File

@@ -14,6 +14,9 @@ inherit distutils
DEPENDS_${PN} = "python python-distribute"
RDEPENDS_${PN} = "python python-dbus python-json python-argparse python-pygobject python-autobahn python-twisted python-subprocess"
# http://lists.openembedded.org/pipermail/openembedded-devel/2016-June/107798.html
PNBLACKLIST[python-cloudeebus] ?= "Rdepends on broken python-pygobject"
do_install_prepend() {
install -d ${D}${PYTHON_SITEPACKAGES_DIR}/${PN}
}