klipper: add setuptools to venv (#145)

This commit is contained in:
Markus Küffner
2024-04-10 20:57:45 +02:00
committed by GitHub
parent 670659a187
commit 018f33c061

View File

@@ -1 +1,8 @@
numpy==1.26.4
## This file contains additional requirements
## Packages defined here will be installed prior to klippy requirements
##
numpy==1.26.4
# this is a workaround as setuptools is no longer installed in venvs since python 3.12
# klippy is installing python-can==3.3.4 which requires setuptools to be present
# May be removed if python-can has been upgraded upstream in https://github.com/Klipper3d/klipper/pull/6557.
setuptools