diff --git a/pkgs/development/python-modules/cryptography/default.nix b/pkgs/development/python-modules/cryptography/default.nix index 22f647b216d..9b14f4a6fc7 100644 --- a/pkgs/development/python-modules/cryptography/default.nix +++ b/pkgs/development/python-modules/cryptography/default.nix @@ -17,6 +17,7 @@ , iso8601 , pytz , hypothesis +, enum34 }: buildPythonPackage rec { @@ -36,7 +37,7 @@ buildPythonPackage rec { packaging six ] ++ stdenv.lib.optional (!isPyPy) cffi - ++ stdenv.lib.optionals isPy27 [ ipaddress ]; + ++ stdenv.lib.optionals isPy27 [ ipaddress enum34 ]; checkInputs = [ cryptography_vectors