[OE-core] [PATCH 2/2] python-distribute: add python to RDEPENDS_python-distribute

Robert Yang liezhi.yang at windriver.com
Tue Jul 15 14:29:12 UTC 2014


We don't need this in theory since:
python-distribute -> python-distutils -> python-core

But the rpmdeps can't figure out the dependencies recursively, and add python
to fix the warning.

[YOCTO #1662]

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 .../python/python-distribute_0.6.32.bb             |    1 +
 .../python/python3-distribute_0.6.32.bb            |    1 +
 2 files changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/python/python-distribute_0.6.32.bb b/meta/recipes-devtools/python/python-distribute_0.6.32.bb
index 58bb8b4..56d9787 100644
--- a/meta/recipes-devtools/python/python-distribute_0.6.32.bb
+++ b/meta/recipes-devtools/python/python-distribute_0.6.32.bb
@@ -42,6 +42,7 @@ do_install_append() {
 RDEPENDS_${PN} = "\
   python-distutils \
   python-compression \
+  python \
 "
 
 RPROVIDES_${PN} += "python-setuptools"
diff --git a/meta/recipes-devtools/python/python3-distribute_0.6.32.bb b/meta/recipes-devtools/python/python3-distribute_0.6.32.bb
index 573096c..3aaa518 100644
--- a/meta/recipes-devtools/python/python3-distribute_0.6.32.bb
+++ b/meta/recipes-devtools/python/python3-distribute_0.6.32.bb
@@ -42,6 +42,7 @@ do_install_append() {
 RDEPENDS_${PN} = "\
   python3-distutils \
   python3-compression \
+  python3 \
 "
 
 RPROVIDES_${PN} += "python3-setuptools"
-- 
1.7.9.5




More information about the Openembedded-core mailing list