]> code.ossystems Code Review - openembedded-core.git/commit
python-setuptools.inc: clean up useless local var-DISTUTILS_INSTALL_ARGS
authorHongxu Jia <hongxu.jia@windriver.com>
Thu, 19 Jul 2018 14:59:05 +0000 (22:59 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jul 2018 12:16:31 +0000 (13:16 +0100)
commit1d205a107260d3f60c2af4aa6af0ba983a45c76d
tree8f13eaae01e9629cfec07219c2746563b3a7f20c
parent21f0c5a50e00ac34975d79fd48f08730d8f19b15
python-setuptools.inc: clean up useless local var-DISTUTILS_INSTALL_ARGS

Since unify var-DISTUTILS_INSTALL_ARGS in distutils and setuptools,
The local var-DISTUTILS_INSTALL_ARGS broke do_install
...
error: option --script-dir not recognized
ERROR: python3 setup.py install execution failed.
...

[YOCTO #8446]

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python-setuptools.inc