I trying to compile a package which need 2 python modules which are not present in cross compile host.
The packages I need: python-parsley and python-param. If I enable them in config they just build and package to ipk, but not install on cross compile env.
Is there a way to install python modules on cross compile host environment?