klippy-requirements: Require setuptools on python 3.12
The python-can v3.3.4 package requires setuptools to be an explicit dependency when run on python v3.12, but there is no single version of setuptools that runs on all supported versions of python. So, tie setuptools to python versions 3.12 or later. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -9,3 +9,4 @@ greenlet==3.0.3 ; python_version >= '3.12'
|
||||
Jinja2==2.11.3
|
||||
python-can==3.3.4
|
||||
markupsafe==1.1.1
|
||||
setuptools==75.6.0 ; python_version >= '3.12' # Needed by python-can
|
||||
|
||||
Reference in New Issue
Block a user