currently clean builds fail because talloc is looking for python
but package.mk doesn't have a dependency on Python3.
As only the shared lib is installed to target, but not the python
modules, simply disable python modules to fix builds.
Signed-off-by: Matthias Reichl <hias@horus.com>