diff options
Diffstat (limited to 'pkgs/development/python-modules/aurorapy/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/aurorapy/default.nix | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/pkgs/development/python-modules/aurorapy/default.nix b/pkgs/development/python-modules/aurorapy/default.nix index 6ee2be80d3b6..dbfa6a226b9a 100644 --- a/pkgs/development/python-modules/aurorapy/default.nix +++ b/pkgs/development/python-modules/aurorapy/default.nix @@ -1,12 +1,13 @@ -{ lib -, buildPythonPackage -, fetchFromGitLab -, future -, pyserial -, pytestCheckHook -, pythonOlder -, setuptools -, six +{ + lib, + buildPythonPackage, + fetchFromGitLab, + future, + pyserial, + pytestCheckHook, + pythonOlder, + setuptools, + six, }: buildPythonPackage rec { @@ -23,9 +24,7 @@ buildPythonPackage rec { hash = "sha256-rGwfGq3zdoG9NCGqVN29Q4bWApk5B6CRdsW9ctWgOec="; }; - nativeBuildInputs = [ - setuptools - ]; + nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ future @@ -37,9 +36,7 @@ buildPythonPackage rec { six ]; - pythonImportsCheck = [ - "aurorapy" - ]; + pythonImportsCheck = [ "aurorapy" ]; meta = with lib; { description = "Implementation of the communication protocol for Power-One Aurora inverters"; |
