mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-18 20:28:10 -06:00
scripts: Remove python-virtualenv from install scripts on debian type distros
The python-virtualenv package is no longer present on modern distros and the dependency is not needed. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
bc137f3dd7
commit
dd7b98cce4
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ KLIPPER_GROUP=$KLIPPER_USER
|
|||
install_packages()
|
||||
{
|
||||
# Packages for python cffi
|
||||
PKGLIST="python-virtualenv virtualenv python-dev libffi-dev build-essential"
|
||||
PKGLIST="virtualenv python-dev libffi-dev build-essential"
|
||||
# kconfig requirements
|
||||
PKGLIST="${PKGLIST} libncurses-dev"
|
||||
# hub-ctrl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue