meta-openembedded/meta-oe/recipes-devtools/python/python3-distutils-extra.bb
Hongxu Jia e9455606c9 clean up var-DISTUTILS_INSTALL_ARGS
Since the following commit applied in oe-core
...
21f0c5a distutils/setuptools, distutils3/setuptools3: improve reproducibility
...
It unified var-DISTUTILS_INSTALL_ARGS in distutils and setuptools,
so clean up the duplicated var-DISTUTILS_INSTALL_ARGS in each recipe.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-27 07:19:17 -07:00

10 lines
151 B
BlitzBasic

require python-distutils-extra.inc
inherit setuptools3
S = "${WORKDIR}/python-distutils-extra-${PV}"
RDEPENDS_${PN} = "\
python3-setuptools \
"