File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4526,6 +4526,14 @@ in {
4526
4526
propagatedBuildInputs = with self; [ six idna ipaddress pyasn1 cffi pyasn1-modules pytz ]
4527
4527
++ optional (pythonOlder "3.4") self.enum34;
4528
4528
4529
+ # The test assumes that if we're on Sierra or higher, that we use `getentropy`, but for binary
4530
+ # compatibility with pre-Sierra for binary caches, we hide that symbol so the library doesn't
4531
+ # use it. This boils down to them checking compatibility with `getentropy` in two different places,
4532
+ # so let's neuter the second test.
4533
+ patchPhase = ''
4534
+ substituteInPlace ./tests/hazmat/backends/test_openssl.py --replace '"16.0"' '"99.0"'
4535
+ '';
4536
+
4529
4537
# IOKit's dependencies are inconsistent between OSX versions, so this is the best we
4530
4538
# can do until nix 1.11's release
4531
4539
__impureHostDeps = [ "/usr/lib" ];
You can’t perform that action at this time.
0 commit comments