summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-ndn/default.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-05-22 16:01:06 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-05-22 17:32:03 +0200
commit59b1aef59071cae6e87859dc65de973d2cc595c0 (patch)
tree18c3aaf31188cb7430359a1bb130d637a363351e /pkgs/development/python-modules/python-ndn/default.nix
parentpython312Packages.waitress-django: clean source (diff)
downloadnixpkgs-59b1aef59071cae6e87859dc65de973d2cc595c0.tar.gz
python3Packages: format with nixfmt
Diffstat (limited to 'pkgs/development/python-modules/python-ndn/default.nix')
-rw-r--r--pkgs/development/python-modules/python-ndn/default.nix37
1 files changed, 17 insertions, 20 deletions
diff --git a/pkgs/development/python-modules/python-ndn/default.nix b/pkgs/development/python-modules/python-ndn/default.nix
index 8051c79173e8..897bd8c8de15 100644
--- a/pkgs/development/python-modules/python-ndn/default.nix
+++ b/pkgs/development/python-modules/python-ndn/default.nix
@@ -1,17 +1,18 @@
-{ lib
-, aenum
-, aiohttp
-, buildPythonPackage
-, fetchFromGitHub
-, lark
-, poetry-core
-, poetry-dynamic-versioning
-, pycryptodomex
-, pygtrie
-, pytestCheckHook
-, pythonRelaxDepsHook
-, pythonOlder
-, setuptools
+{
+ lib,
+ aenum,
+ aiohttp,
+ buildPythonPackage,
+ fetchFromGitHub,
+ lark,
+ poetry-core,
+ poetry-dynamic-versioning,
+ pycryptodomex,
+ pygtrie,
+ pytestCheckHook,
+ pythonRelaxDepsHook,
+ pythonOlder,
+ setuptools,
}:
buildPythonPackage rec {
@@ -44,13 +45,9 @@ buildPythonPackage rec {
aiohttp
];
- nativeCheckInputs = [
- pytestCheckHook
- ];
+ nativeCheckInputs = [ pytestCheckHook ];
- pythonRelaxDeps = [
- "lark"
- ];
+ pythonRelaxDeps = [ "lark" ];
pythonImportsCheck = [ "ndn" ];