python310Packages.pyu2f: Fix darwin build

This commit is contained in:
Martin Weinelt 2023-03-04 16:37:22 +01:00
parent e93e71ce44
commit 6ac03d0750
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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
]; ];