really adding the setuptools class this time
This commit is contained in:
parent
28076e77db
commit
910225466b
|
@ -0,0 +1,8 @@
|
||||||
|
inherit distutils
|
||||||
|
|
||||||
|
DEPENDS += "python-setuptools-native"
|
||||||
|
|
||||||
|
DISTUTILS_INSTALL_ARGS = "--root=${D} \
|
||||||
|
--single-version-externally-managed \
|
||||||
|
--prefix=${prefix} \
|
||||||
|
--install-data=${datadir}"
|
Loading…
Reference in New Issue