Revert "python3.pkgs.cryptography: use openssl_1_1"

This reverts commit 8b1f16573c.

Cryptography was pinned to openssl_1_1 to prevent further breakage among
its consumers. Most notably that was pyopenssl, which has improved quite
a bit since then and should not cause problems any longer.

It is therefore time to give this another shot, given that we cannot in
good conscience make such widespread use of openssl 1.1 a reality in the
upcoming NixOS 23.05 release.
This commit is contained in:
Martin Weinelt 2023-02-27 00:31:39 +01:00
parent 13309dba9a
commit 4a9ddc5515

View File

@ -2113,7 +2113,6 @@ self: super: with self; {
cryptography = callPackage ../development/python-modules/cryptography {
inherit (pkgs.darwin) libiconv;
inherit (pkgs.darwin.apple_sdk.frameworks) Security;
openssl = pkgs.openssl_1_1;
};
cryptolyzer = callPackage ../development/python-modules/cryptolyzer { };