summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/eth-keyfile/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/eth-keyfile/default.nix')
-rw-r--r--pkgs/development/python-modules/eth-keyfile/default.nix25
1 files changed, 12 insertions, 13 deletions
diff --git a/pkgs/development/python-modules/eth-keyfile/default.nix b/pkgs/development/python-modules/eth-keyfile/default.nix
index e8e42a56c60f..8ed065710471 100644
--- a/pkgs/development/python-modules/eth-keyfile/default.nix
+++ b/pkgs/development/python-modules/eth-keyfile/default.nix
@@ -1,12 +1,13 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, setuptools
-, eth-keys
-, eth-utils
-, pycryptodome
-, pytestCheckHook
-, pythonOlder
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ setuptools,
+ eth-keys,
+ eth-utils,
+ pycryptodome,
+ pytestCheckHook,
+ pythonOlder,
}:
buildPythonPackage rec {
@@ -23,7 +24,7 @@ buildPythonPackage rec {
hash = "sha256-797yhHuU9/lm96YKxl3SZ5IQAwDxDSYkLkiBdAHh0Uk=";
};
- build-system = [ setuptools];
+ build-system = [ setuptools ];
propagatedBuildInputs = [
eth-keys
@@ -31,9 +32,7 @@ buildPythonPackage rec {
pycryptodome
];
- nativeCheckInputs = [
- pytestCheckHook
- ];
+ nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "eth_keyfile" ];