mirror of https://github.com/Desuuuu/klipper.git
scripts: Add python-dev dependency to install-octopi.sh
The python-dev package is usually already installed, but there's no harm in stating it explicitly. Reported by @yschroeder. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
4367a985e2
commit
5f640699b7
|
@ -8,7 +8,7 @@ PYTHONDIR="${HOME}/klippy-env"
|
|||
install_packages()
|
||||
{
|
||||
# Packages for python cffi
|
||||
PKGLIST="python-virtualenv libffi-dev"
|
||||
PKGLIST="python-virtualenv python-dev libffi-dev"
|
||||
# kconfig requirements
|
||||
PKGLIST="${PKGLIST} libncurses-dev"
|
||||
# hub-ctrl
|
||||
|
|
Loading…
Reference in New Issue