diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-10 16:28:36 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-13 19:06:46 +0200 |
commit | b0fae32dfc447ef9864e077d05c51bbbf763565b (patch) | |
tree | 01100f4f1c3cb4503fdabb98b068584deb729bd0 /meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb | |
parent | 33fc64cef710a66f1c06d184cb6abaf467424d47 (diff) | |
download | meta-openembedded-b0fae32dfc447ef9864e077d05c51bbbf763565b.tar.gz |
python-pygobject, python-cloudeebus, python-dbusmock: Blacklist because of python-pygobject is broken
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.bb | 3 |
1 files changed, 3 insertions, 0 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 120a8a7927..d0673583af 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,6 +14,9 @@ inherit distutils | |||
14 | DEPENDS_${PN} = "python python-distribute" | 14 | DEPENDS_${PN} = "python python-distribute" |
15 | RDEPENDS_${PN} = "python python-dbus python-json python-argparse python-pygobject python-autobahn python-twisted python-subprocess" | 15 | RDEPENDS_${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 | ||
18 | PNBLACKLIST[python-cloudeebus] ?= "Rdepends on broken python-pygobject" | ||
19 | |||
17 | do_install_prepend() { | 20 | do_install_prepend() { |
18 | install -d ${D}${PYTHON_SITEPACKAGES_DIR}/${PN} | 21 | install -d ${D}${PYTHON_SITEPACKAGES_DIR}/${PN} |
19 | } | 22 | } |