aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/setuptools.bbclass
blob: 56343b1c731bf7ab9b1ef71fecd7cd7e29c13126 (plain)
1
2
3
4
5
6
7
8
inherit distutils

DEPENDS += "python-distribute-native"

DISTUTILS_INSTALL_ARGS = "--root=${D} \
    --prefix=${prefix} \
    --install-lib=${PYTHON_SITEPACKAGES_DIR} \
    --install-data=${datadir}"