Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
owners-plugin-test
/
fe762462d8a49b64bc7990175f35c57596a8cee7
/
.
/
poky
/
meta
/
classes
/
setuptools3.bbclass
blob: de6dd9440c66d7e23a69fa2b7aadbd05cc42689f [
file
] [
log
] [
blame
]
inherit distutils3
DEPENDS
+=
"python3-setuptools-native"
DISTUTILS_INSTALL_ARGS
=
"--root=${D} \
--prefix=${prefix} \
--install-lib=${PYTHON_SITEPACKAGES_DIR} \
--install-data=${datadir}"