summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/libais/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/libais/default.nix')
-rw-r--r--pkgs/development/python-modules/libais/default.nix25
1 files changed, 10 insertions, 15 deletions
diff --git a/pkgs/development/python-modules/libais/default.nix b/pkgs/development/python-modules/libais/default.nix
index ba42d47d346d..5422e877bacf 100644
--- a/pkgs/development/python-modules/libais/default.nix
+++ b/pkgs/development/python-modules/libais/default.nix
@@ -1,9 +1,10 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-, pytestCheckHook
-, pythonOlder
-, six
+{
+ lib,
+ buildPythonPackage,
+ fetchPypi,
+ pytestCheckHook,
+ pythonOlder,
+ six,
}:
buildPythonPackage rec {
@@ -23,20 +24,14 @@ buildPythonPackage rec {
--replace "'pytest-runner'," ""
'';
- propagatedBuildInputs = [
- six
- ];
+ propagatedBuildInputs = [ six ];
- nativeCheckInputs = [
- pytestCheckHook
- ];
+ nativeCheckInputs = [ pytestCheckHook ];
# data files missing
doCheck = false;
- pythonImportsCheck = [
- "ais"
- ];
+ pythonImportsCheck = [ "ais" ];
meta = with lib; {
description = "Library for decoding maritime Automatic Identification System messages";