diff options
Diffstat (limited to 'pkgs/development/python-modules/nfcpy/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/nfcpy/default.nix | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/pkgs/development/python-modules/nfcpy/default.nix b/pkgs/development/python-modules/nfcpy/default.nix index bf5f538da33c..c1fba877eeaa 100644 --- a/pkgs/development/python-modules/nfcpy/default.nix +++ b/pkgs/development/python-modules/nfcpy/default.nix @@ -1,14 +1,15 @@ -{ lib -, buildPythonPackage -, fetchFromGitHub -, libusb1 -, mock -, ndeflib -, pydes -, pyserial -, pytest-mock -, pytestCheckHook -, pythonOlder +{ + lib, + buildPythonPackage, + fetchFromGitHub, + libusb1, + mock, + ndeflib, + pydes, + pyserial, + pytest-mock, + pytestCheckHook, + pythonOlder, }: buildPythonPackage rec { @@ -38,9 +39,7 @@ buildPythonPackage rec { pytestCheckHook ]; - pythonImportsCheck = [ - "nfc" - ]; + pythonImportsCheck = [ "nfc" ]; disabledTestPaths = [ # AttributeError: 'NoneType' object has no attribute 'EC_KEY' @@ -58,4 +57,3 @@ buildPythonPackage rec { maintainers = with maintainers; [ fab ]; }; } - |
