From 02b2704f35fbac995d87e9fcf6b2152347c0ca2c Mon Sep 17 00:00:00 2001 From: MichaIng Date: Mon, 20 Jan 2025 22:24:39 +0100 Subject: [PATCH] v9.10 - DietPi-Software | Bazarr: The cmake Python module has some larger dependencies to compile. Test whether the cmake APT package satisfies the dependency as well, though it shouldn't. --- dietpi/dietpi-software | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dietpi/dietpi-software b/dietpi/dietpi-software index 418174d5d8..55d472e034 100755 --- a/dietpi/dietpi-software +++ b/dietpi/dietpi-software @@ -9716,8 +9716,8 @@ _EOF_ (( $G_DISTRO < 8 && $G_HW_ARCH < 3 )) && aDEPS+=('libopenblas0-pthread') # - ARMv6/7/RISC-V without piwheels: libxslt1-dev for lxml; g++, pkg-config and libopenblas-dev for numpy (( $G_DISTRO > 7 && ( $G_HW_ARCH < 3 || $G_HW_ARCH == 11 ) )) && aDEPS+=('libxslt1-dev' 'g++' 'pkg-config' 'libopenblas-dev') - # - RISC-V: make for cmake > ninja - (( $G_HW_ARCH == 11 )) && aDEPS+=('make') + # - RISC-V: cmake for ninja + (( $G_HW_ARCH == 11 )) && aDEPS+=('cmake') # Download Download_Install 'https://github.com/morpheus65535/bazarr/releases/latest/download/bazarr.zip' bazarr