diff options
-rw-r--r-- | meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb b/meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb index 5c1fa9cdf8..120a8a7927 100644 --- a/meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb +++ b/meta-oe/recipes-devtools/python/python-cloudeebus_0.6.0.bb | |||
@@ -11,7 +11,7 @@ S = "${WORKDIR}/git" | |||
11 | 11 | ||
12 | inherit distutils | 12 | inherit distutils |
13 | 13 | ||
14 | DEPENDS_${PN} = "python python-setuptools" | 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 | do_install_prepend() { | 17 | do_install_prepend() { |