diff options
| author | Khem Raj <raj.khem@gmail.com> | 2014-02-19 22:11:24 -0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-02-23 23:17:30 +0100 |
| commit | 4db6b3db631485d59bd1a107864aa72b34a9f921 (patch) | |
| tree | 6133f50731d131dbd0c97d3a9985d72ef9e8d51c /meta-oe/recipes-devtools/python | |
| parent | 0d4dac81c62fab275be360bca44e43a49350ec6e (diff) | |
| download | meta-openembedded-4db6b3db631485d59bd1a107864aa72b34a9f921.tar.gz | |
python-cloudeebus: DEPEND on python-distribute instead of python-setuptools
python-setuptools has been removed in OE-Core
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python')
| -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() { |
