pythonPackages.cryptography: vectors are checkInputs

This commit is contained in:
worldofpeace
2019-03-30 12:13:09 -04:00
committed by Michael Weiss
parent 047af233cd
commit 186fc20392

View File

@@ -30,7 +30,7 @@ buildPythonPackage rec {
outputs = [ "out" "dev" ];
buildInputs = [ openssl cryptography_vectors ]
buildInputs = [ openssl ]
++ stdenv.lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security;
propagatedBuildInputs = [
asn1crypto
@@ -41,11 +41,12 @@ buildPythonPackage rec {
++ stdenv.lib.optional (!isPyPy) cffi;
checkInputs = [
pytest
pretend
iso8601
pytz
cryptography_vectors
hypothesis
iso8601
pretend
pytest
pytz
];
checkPhase = ''