From: Ross Burton Date: Fri, 6 Jul 2018 14:54:55 +0000 (+0100) Subject: setuptools.bbclass: depend on python-setuptools X-Git-Tag: uninative-2.2~150 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=87e38f0306400609aeac92bc13fd6f41d61e6271;p=openembedded-core.git setuptools.bbclass: depend on python-setuptools 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 --- diff --git a/meta/classes/setuptools.bbclass b/meta/classes/setuptools.bbclass index 56343b1c73..157ef63b68 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} \