You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
During development of bootstrap-salt.sh, ran into a issue with jaraco.functools==2.0 being insufficient version, even though this was with Python 3.9 on Rocky Linux 9, problem applies to Python 3.10
Description
During development of bootstrap-salt.sh, ran into a issue with jaraco.functools==2.0 being insufficient version, even though this was with Python 3.9 on Rocky Linux 9, problem applies to Python 3.10
splat
was only added in v4.0.0 of jaraco.functools.Note: that this was with
bootstrap-salt.sh git 3006
, so this is a problem with git installs.Also a problem for master branch where jaraco.functools is 3.7.0
From https://github.com/jaraco/jaraco.functools/blob/main/NEWS.rst
Setup
(Please provide relevant configs and/or SLS files (be sure to remove sensitive info. There is no general set-up of Salt.)
Please be as specific as possible and give set-up details.
Steps to Reproduce the behavior
see above
Expected behavior
Got a requirements clash with insufficient version of jaraco.functools with git install.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: