mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
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>