[15:17:56] <BanHammor> Hello there! Has anyone here made setuptools packages that are installable by buildroot?
[15:30:56] <ronny> BanHammor: setuptools is a pure python package, it should install like any python package - the main problem is probably compilingng the python modules to python bytecode that fits the python platform of your enbedded system
[15:31:56] <ronny> BanHammor: see http://buildroot.uclibc.org/downloads/manual/manual.html#_infrastructure_for_python_packages ?