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:
Juergen 'sysdef' Heine 2025-04-04 17:36:04 +02:00 committed by GitHub
commit 3f62435592
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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