summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/bbox/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/bbox/default.nix')
-rw-r--r--pkgs/development/python-modules/bbox/default.nix31
1 files changed, 14 insertions, 17 deletions
diff --git a/pkgs/development/python-modules/bbox/default.nix b/pkgs/development/python-modules/bbox/default.nix
index 5e601e43b564..0a41bccf7111 100644
--- a/pkgs/development/python-modules/bbox/default.nix
+++ b/pkgs/development/python-modules/bbox/default.nix
@@ -1,14 +1,15 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, pytestCheckHook
-, pythonOlder
-, matplotlib
-, numpy
-, pendulum
-, pillow
-, poetry-core
-, pyquaternion
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ pytestCheckHook,
+ pythonOlder,
+ matplotlib,
+ numpy,
+ pendulum,
+ pillow,
+ poetry-core,
+ pyquaternion,
}:
buildPythonPackage rec {
@@ -26,9 +27,7 @@ buildPythonPackage rec {
hash = "sha256-FrJ8FhlqwmnEB/QvPlkDfqZncNGPhwY9aagM9yv1LGs=";
};
- nativeBuildInputs = [
- poetry-core
- ];
+ nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [
pyquaternion
@@ -47,9 +46,7 @@ buildPythonPackage rec {
"test_multi_jaccard_index_2d_performance"
];
- pythonImportsCheck = [
- "bbox"
- ];
+ pythonImportsCheck = [ "bbox" ];
meta = with lib; {
description = "Python library for 2D/3D bounding boxes";