python2Packages.cryptography: 2.9.2 -> 3.3.1 (#106792)
Fixes py2 build of pyOpenSSL: https://github.com/NixOS/nixpkgs/issues/106275#issuecomment-743790876
This commit is contained in:
@@ -1389,12 +1389,12 @@ in {
|
||||
cryptacular = callPackage ../development/python-modules/cryptacular { };
|
||||
|
||||
cryptography = if isPy27 then
|
||||
callPackage ../development/python-modules/cryptography/2.9.nix { }
|
||||
callPackage ../development/python-modules/cryptography/3.3.nix { }
|
||||
else
|
||||
callPackage ../development/python-modules/cryptography { };
|
||||
|
||||
cryptography_vectors = if isPy27 then
|
||||
callPackage ../development/python-modules/cryptography/vectors-2.9.nix { }
|
||||
callPackage ../development/python-modules/cryptography/vectors-3.3.nix { }
|
||||
else
|
||||
callPackage ../development/python-modules/cryptography/vectors.nix { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user