mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-08 09:10:56 -07:00
Merge 91dea6d10d into 6d7d3403e4
This commit is contained in:
commit
690f62b463
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