Skip to content

Commit

Permalink
v9.10
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
MichaIng committed Jan 20, 2025
1 parent d944e6d commit 02b2704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 02b2704

Please sign in to comment.