Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/salt: fix python3.8 incompattibilities | Kevin Daudt | 2020-01-01 | 1 | -0/+51 |
Salt is not compattible with Python 3.8 yet[0], so salt-minion is broken on Alpine Linux since v3.10. Patch the grain code to be compattible with Python 3.8. Fixes #10979 [0]: https://github.com/saltstack/salt/issues/55310 |