python2.pkgs.cryptography: fixup build of dependants

... most notably fix pyopenssl. I can't say I really understand this,
but the commit seems safe enough.

+2 -1
+2 -1
pkgs/development/python-modules/cryptography/default.nix
··· 17 , iso8601 18 , pytz 19 , hypothesis 20 }: 21 22 buildPythonPackage rec { ··· 36 packaging 37 six 38 ] ++ stdenv.lib.optional (!isPyPy) cffi 39 - ++ stdenv.lib.optionals isPy27 [ ipaddress ]; 40 41 checkInputs = [ 42 cryptography_vectors
··· 17 , iso8601 18 , pytz 19 , hypothesis 20 + , enum34 21 }: 22 23 buildPythonPackage rec { ··· 37 packaging 38 six 39 ] ++ stdenv.lib.optional (!isPyPy) cffi 40 + ++ stdenv.lib.optionals isPy27 [ ipaddress enum34 ]; 41 42 checkInputs = [ 43 cryptography_vectors