summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/openwrt-luci-rpc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/openwrt-luci-rpc/default.nix')
-rw-r--r--pkgs/development/python-modules/openwrt-luci-rpc/default.nix19
1 files changed, 9 insertions, 10 deletions
diff --git a/pkgs/development/python-modules/openwrt-luci-rpc/default.nix b/pkgs/development/python-modules/openwrt-luci-rpc/default.nix
index b1e47f13c436..1d955c7c8446 100644
--- a/pkgs/development/python-modules/openwrt-luci-rpc/default.nix
+++ b/pkgs/development/python-modules/openwrt-luci-rpc/default.nix
@@ -1,10 +1,11 @@
-{ lib
-, buildPythonPackage
-, click
-, fetchPypi
-, packaging
-, pytestCheckHook
-, requests
+{
+ lib,
+ buildPythonPackage,
+ click,
+ fetchPypi,
+ packaging,
+ pytestCheckHook,
+ requests,
}:
buildPythonPackage rec {
@@ -23,9 +24,7 @@ buildPythonPackage rec {
packaging
];
- nativeCheckInputs = [
- pytestCheckHook
- ];
+ nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "openwrt_luci_rpc" ];