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.

(From OE-Core rev: 87e38f0306400609aeac92bc13fd6f41d61e6271)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2018-07-06 15:54:55 +01:00
committed by Richard Purdie
parent 1276f1755b
commit b11fc28a1c

View File

@@ -1,6 +1,6 @@
inherit distutils
DEPENDS += "python-distribute-native"
DEPENDS += "python-setuptools-native"
DISTUTILS_INSTALL_ARGS = "--root=${D} \
--prefix=${prefix} \