mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-07 23:37:45 -07:00
Merge pull request #1 from sysdef/sysdef-scripts-debian-python-dev-rename
Debian python-dev name changed to python3-dev
This commit is contained in:
commit
3f62435592
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ KLIPPER_GROUP=$KLIPPER_USER
|
|||
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