Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't require specific version of cryptography library.
This partially reverts 12d6184 that was supposed to fix OpenSSL bug by requiring cryptography Python package that is built with newer OpenSSL library. The problem with this approach is that Linux distributions (like Fedora) ship this package built with OpenSSL dynamically linked and update OpenSSL independently. Requiring newest cryptography package is not just unnecessary, but also doesn't work for these distributions because they have older version of cryptography library. Signed-off-by: Oleg Girko <[email protected]>
- Loading branch information