mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-03-05 09:34:41 -07:00
Merge 91dea6d10d into 7a44726492
This commit is contained in:
commit
cd5f47e16c
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 python-dev-is-python3 libffi-dev build-essential"
|
||||
# kconfig requirements
|
||||
PKGLIST="${PKGLIST} libncurses-dev"
|
||||
# hub-ctrl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue