really adding the setuptools class this time

This commit is contained in:
Lukas Bulwahn 2012-12-21 10:34:30 +01:00
parent 28076e77db
commit 910225466b
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
inherit distutils
DEPENDS += "python-setuptools-native"
DISTUTILS_INSTALL_ARGS = "--root=${D} \
--single-version-externally-managed \
--prefix=${prefix} \
--install-data=${datadir}"