Skip to content

Commit

Permalink
v9.4
Browse files Browse the repository at this point in the history
- DietPi-Software | Bazarr/OctoPrint: Remove obsolete dependencies
  • Loading branch information
MichaIng committed Apr 25, 2024
1 parent 921bdb1 commit a509085
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -9666,8 +9666,7 @@ _EOF_
# APT deps
if (( $G_HW_ARCH < 3 ))
then
aDEPS=('g++' 'libopenblas-dev' 'pkg-config') # g++, libopenblas-dev and pkg-config for numpy until wheels have been built on piwheels. Afterwards install libopenblas0 runtime library instead: https://piwheels.org/project/numpy/
(( $G_DISTRO < 7 )) || aDEPS+=('libxslt1-dev') # Bookworm: libxslt1-dev and gcc for lxml until wheels have been built on piwheels: https://piwheels.org/project/lxml/
aDEPS=('libopenblas0-pthread') # libopenblas0-pthread runtime library for piwheels wheel: https://piwheels.org/project/numpy/
(( $G_HW_ARCH == 1 )) && aDEPS+=('unar') # ARMv6 does not support unrar-nonfree and Bazarr does not support unrar-free, so we need to use "unar": https://github.com/morpheus65535/bazarr/issues/2172
fi

Expand Down Expand Up @@ -10160,8 +10159,7 @@ _EOF_
aPATH=("PATH='/mnt/dietpi_userdata/octoprint/.cargo/bin:$PATH'")

# - ARMv8: gcc for psutil
# - ARMv6/7: gcc for regex: https://github.com/piwheels/packages/issues/442
elif (( $G_HW_ARCH == 3 || ( $G_HW_ARCH < 3 && $G_DISTRO == 6 ) ))
elif (( $G_HW_ARCH == 3 ))
then
G_AGI gcc
fi
Expand Down

0 comments on commit a509085

Please sign in to comment.