mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-25 17:18:37 -07:00
Fix install-octopi.sh on Debian Bookworm: replace deprecated python-dev with python3-dev
On Raspberry Pi OS / Debian Bookworm, the package python-dev no longer exists and has been replaced by python3-dev. The current install-octopi.sh script still attempts to install python-dev, causing installation to fail.
This commit is contained in:
parent
9c84895a09
commit
9758f659dc
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ PYTHONDIR="${HOME}/klippy-env"
|
|||
install_packages()
|
||||
{
|
||||
# Packages for python cffi
|
||||
PKGLIST="virtualenv python-dev libffi-dev build-essential"
|
||||
PKGLIST="virtualenv python3-dev libffi-dev build-essential"
|
||||
# kconfig requirements
|
||||
PKGLIST="${PKGLIST} libncurses-dev"
|
||||
# hub-ctrl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue