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
|
||||
, mock
|
||||
, pyfakefs
|
||||
, pytest-forked
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
|
@ -26,6 +27,7 @@ buildPythonPackage rec {
|
|||
nativeCheckInputs = [
|
||||
mock
|
||||
pyfakefs
|
||||
pytest-forked
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue