-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates from updated copier template #1
Conversation
Running into issue of requirements and the wrong requirements being picked,
macOS 3007 py3.10
And Salt 3006 for darwin (macOS) actually wants pyyaml 6.0.1 as in 3007 selection above
pkg/py3.10/darwin.txt
This implies will need a requirements file to ensure that the correct verison is picked, since other requirements (in ci) are ensuring pyyaml 6.0.1 is getting picked for 3006, and the extension won't have those other dependencies. In addition, where is this coming from |
Here is the problem, getting the '.0' rather than the current latest shipping
3007
That should be 3006.9 and 3007.1 respectively, and 3006.9 has pyyaml==6.0.1 |
What does this PR do?
Updated the salt extension with the latest copier template
What issues does this PR fix or reference?
Fixes:
Merge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
Yes
Please review Salt's Contributing Guide for best practices.
See GitHub's page on GPG signing for more information about signing commits with GPG.