diff mbox series

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

Message ID 20180706150859.28081-1-ross.burton@intel.com
State Accepted
Commit 87e38f0306400609aeac92bc13fd6f41d61e6271
Headers show
Series [1/2] setuptools.bbclass: depend on python-setuptools | expand

Commit Message

Ross Burton July 6, 2018, 3:08 p.m. UTC
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@intel.com>

---
 meta/classes/setuptools.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.11.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

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} \