From 186fc20392a9c523c4b3fc85037e16f25dfd2256 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Sat, 30 Mar 2019 12:13:09 -0400 Subject: [PATCH] pythonPackages.cryptography: vectors are checkInputs --- .../python-modules/cryptography/default.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/cryptography/default.nix b/pkgs/development/python-modules/cryptography/default.nix index 93bbc28340e..69c9f729294 100644 --- a/pkgs/development/python-modules/cryptography/default.nix +++ b/pkgs/development/python-modules/cryptography/default.nix @@ -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 = ''