summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/huawei-lte-api/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/huawei-lte-api/default.nix')
-rw-r--r--pkgs/development/python-modules/huawei-lte-api/default.nix21
1 files changed, 10 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/huawei-lte-api/default.nix b/pkgs/development/python-modules/huawei-lte-api/default.nix
index 4aa7b40ec2da..15c7fcf81e0d 100644
--- a/pkgs/development/python-modules/huawei-lte-api/default.nix
+++ b/pkgs/development/python-modules/huawei-lte-api/default.nix
@@ -1,11 +1,12 @@
-{ lib
-, buildPythonPackage
-, pythonOlder
-, fetchFromGitHub
-, pycryptodomex
-, pytestCheckHook
-, requests
-, xmltodict
+{
+ lib,
+ buildPythonPackage,
+ pythonOlder,
+ fetchFromGitHub,
+ pycryptodomex,
+ pytestCheckHook,
+ requests,
+ xmltodict,
}:
buildPythonPackage rec {
@@ -28,9 +29,7 @@ buildPythonPackage rec {
xmltodict
];
- nativeCheckInputs = [
- pytestCheckHook
- ];
+ nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"huawei_lte_api.AuthorizedConnection"