[OE-core] [PATCH 1/2] setuptools.bbclass: depend on python-setuptools

Ross Burton ross.burton at intel.com
Fri Jul 6 15:08:58 UTC 2018


python-distribute is obsolete and is now simply a PROVIDES of python-setuptools,
so use the right name.

The identical change for setuptools3.bbclass was done in 2015 in 8922e60.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/setuptools.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/setuptools.bbclass b/meta/classes/setuptools.bbclass
index 56343b1c731..157ef63b687 100644
--- a/meta/classes/setuptools.bbclass
+++ b/meta/classes/setuptools.bbclass
@@ -1,6 +1,6 @@
 inherit distutils
 
-DEPENDS += "python-distribute-native"
+DEPENDS += "python-setuptools-native"
 
 DISTUTILS_INSTALL_ARGS = "--root=${D} \
     --prefix=${prefix} \
-- 
2.11.0




More information about the Openembedded-core mailing list