python2Packages.cryptography: pin to 2.9.2
This commit is contained in:
@@ -2464,7 +2464,10 @@ in {
|
||||
|
||||
cryptacular = callPackage ../development/python-modules/cryptacular { };
|
||||
|
||||
cryptography = callPackage ../development/python-modules/cryptography { };
|
||||
cryptography = if isPy27 then
|
||||
callPackage ../development/python-modules/cryptography/2.9.nix { }
|
||||
else
|
||||
callPackage ../development/python-modules/cryptography { };
|
||||
|
||||
cryptography_vectors = callPackage ../development/python-modules/cryptography/vectors.nix { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user