]> code.ossystems Code Review - openembedded-core.git/commitdiff
setuptools.bbclass: depend on python-setuptools
authorRoss Burton <ross.burton@intel.com>
Fri, 6 Jul 2018 14:54:55 +0000 (15:54 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Jul 2018 21:54:56 +0000 (22:54 +0100)
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

index 56343b1c731bf7ab9b1ef71fecd7cd7e29c13126..157ef63b687e122dae73ae2238ea4ed6c7043265 100644 (file)
@@ -1,6 +1,6 @@
 inherit distutils
 
-DEPENDS += "python-distribute-native"
+DEPENDS += "python-setuptools-native"
 
 DISTUTILS_INSTALL_ARGS = "--root=${D} \
     --prefix=${prefix} \