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