python3-cython: DISTUTILS_* -> SETUPTOOLS_*

Refactor to new SETUPTOOLS_* variables

[YOCTO #14610]

(From OE-Core rev: e30811c68906d35cd35cf03f5814a9a40fa45594)

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tim Orling
2022-01-11 11:01:12 -08:00
committed by Richard Purdie
parent a4a603e010
commit e3c5f6cace

View File

@@ -8,7 +8,7 @@ RDEPENDS:${PN} += "\
# running build_ext a second time during install fails, because Python
# would then attempt to import cythonized modules built for the target
# architecture.
DISTUTILS_INSTALL_ARGS += "--skip-build"
SETUPTOOLS_INSTALL_ARGS += "--skip-build"
do_install:append() {
# rename scripts that would conflict with the Python 2 build of Cython