python310Packages.pyu2f: Fix darwin build
This commit is contained in:
parent
e93e71ce44
commit
6ac03d0750
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
, six
|
, six
|
||||||
, mock
|
, mock
|
||||||
, pyfakefs
|
, pyfakefs
|
||||||
|
, pytest-forked
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -26,6 +27,7 @@ buildPythonPackage rec {
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
mock
|
mock
|
||||||
pyfakefs
|
pyfakefs
|
||||||
|
pytest-forked
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue