summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/aioapcaccess/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/aioapcaccess/default.nix')
-rw-r--r--pkgs/development/python-modules/aioapcaccess/default.nix21
1 files changed, 10 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/aioapcaccess/default.nix b/pkgs/development/python-modules/aioapcaccess/default.nix
index 6d6c70955251..104e09fac8ba 100644
--- a/pkgs/development/python-modules/aioapcaccess/default.nix
+++ b/pkgs/development/python-modules/aioapcaccess/default.nix
@@ -1,11 +1,12 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, pytest-asyncio
-, pytestCheckHook
-, pythonOlder
-, setuptools
-, setuptools-scm
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ pytest-asyncio,
+ pytestCheckHook,
+ pythonOlder,
+ setuptools,
+ setuptools-scm,
}:
buildPythonPackage rec {
@@ -32,9 +33,7 @@ buildPythonPackage rec {
pytestCheckHook
];
- pythonImportsCheck = [
- "aioapcaccess"
- ];
+ pythonImportsCheck = [ "aioapcaccess" ];
meta = with lib; {
description = "Module for working with apcaccess";