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
|
, iso8601
|
||||||
, pytz
|
, pytz
|
||||||
, hypothesis
|
, hypothesis
|
||||||
|
, enum34
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -36,7 +37,7 @@ buildPythonPackage rec {
|
|||||||
packaging
|
packaging
|
||||||
six
|
six
|
||||||
] ++ stdenv.lib.optional (!isPyPy) cffi
|
] ++ stdenv.lib.optional (!isPyPy) cffi
|
||||||
++ stdenv.lib.optionals isPy27 [ ipaddress ];
|
++ stdenv.lib.optionals isPy27 [ ipaddress enum34 ];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
cryptography_vectors
|
cryptography_vectors
|
||||||
|
Loading…
x
Reference in New Issue
Block a user