forked from mirrors/nixpkgs
python3.pkgs.cryptography: use openssl_1_1
This commit is contained in:
parent
af91144ef5
commit
8b1f16573c
|
@ -2086,6 +2086,7 @@ in {
|
|||
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 { };
|
||||
|
|
Loading…
Reference in a new issue