diff options
Diffstat (limited to 'pkgs/development/python-modules/python-otbr-api/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/python-otbr-api/default.nix | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/pkgs/development/python-modules/python-otbr-api/default.nix b/pkgs/development/python-modules/python-otbr-api/default.nix index 675f72d5e035..6df0b0c8f36f 100644 --- a/pkgs/development/python-modules/python-otbr-api/default.nix +++ b/pkgs/development/python-modules/python-otbr-api/default.nix @@ -1,14 +1,15 @@ -{ lib -, aiohttp -, bitstruct -, buildPythonPackage -, cryptography -, fetchFromGitHub -, pytest-asyncio -, pytestCheckHook -, pythonOlder -, setuptools -, voluptuous +{ + lib, + aiohttp, + bitstruct, + buildPythonPackage, + cryptography, + fetchFromGitHub, + pytest-asyncio, + pytestCheckHook, + pythonOlder, + setuptools, + voluptuous, }: buildPythonPackage rec { @@ -25,9 +26,7 @@ buildPythonPackage rec { hash = "sha256-RMj4NdEbMIxh2PDzbhUWgmcdzRXY8RxcQNN/bbGOW5Q="; }; - nativeBuildInputs = [ - setuptools - ]; + nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ aiohttp @@ -41,9 +40,7 @@ buildPythonPackage rec { pytestCheckHook ]; - pythonImportsCheck = [ - "python_otbr_api" - ]; + pythonImportsCheck = [ "python_otbr_api" ]; meta = with lib; { description = "Library for the Open Thread Border Router"; |
