Lately I'm trying to bundle an application into an AppImage, and I've noticed that the OLA python client API is independent from the rest of the compiled modules (right?).
Since ola is just used for powering one plugin, my objective is to bundle only the python client and leave the task of installing ola (the daemon) to the user via the distribution packages.
This is possible by coping manually only the "ola" python package from the compilation result but I need to run the whole process to get the protobuf modules.
Is possible to build the only the python modules?
Lately I'm trying to bundle an application into an AppImage, and I've noticed that the OLA python client API is independent from the rest of the compiled modules (right?).
Since ola is just used for powering one plugin, my objective is to bundle only the python client and leave the task of installing ola (the daemon) to the user via the distribution packages.
This is possible by coping manually only the "ola" python package from the compilation result but I need to run the whole process to get the
protobufmodules.Is possible to build the only the python modules?