-
Notifications
You must be signed in to change notification settings - Fork 358
Install 'cryptography' using 'pip' Instead of Using System's Package Manager #596
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
base: main
Are you sure you want to change the base?
Conversation
0e3be34 to
84126a7
Compare
ece31b1 to
8d41705
Compare
6961947 to
8bf1b69
Compare
1c4beea to
2e7f05b
Compare
2b3ef05 to
0a9d339
Compare
|
🎉 Thank you for your contribution! It appears you have not yet signed the F5 Contributor License Agreement (CLA), which is required for your changes to be incorporated into an F5 Open Source Software (OSS) project. Please kindly read the F5 CLA and reply on a new comment with the following text to agree: I have hereby read the F5 CLA and agree to its terms You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
cf93440 to
797c600
Compare
Proposed changes
The cryptography package was installed using the OS's repo package manager. This PR will change from using the system's package manager to pip.
This is to resolve an error when running this role using Amazon Linux 2 (AL2). The python interpreter uses python2 in container tests but python3 on AL2 deployed in AWS. This role tries to install python3-cryptography which does not exists.
Checklist
Before creating a PR, run through this checklist and mark each as complete.
CONTRIBUTINGdocumentdefaults/main/*.yml,README.mdandCHANGELOG.md)