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.
This commit is contained in:
parent
acb4710214
commit
312e9037f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user