diff --git a/pkgs/development/python-modules/asf-search/default.nix b/pkgs/development/python-modules/asf-search/default.nix index 2c23f3ed63c1..647b62bbea74 100644 --- a/pkgs/development/python-modules/asf-search/default.nix +++ b/pkgs/development/python-modules/asf-search/default.nix @@ -1,20 +1,21 @@ -{ lib -, buildPythonPackage -, dateparser -, defusedxml -, fetchFromGitHub -, importlib-metadata -, numpy -, pytestCheckHook -, python-dateutil -, pythonOlder -, pytz -, remotezip -, requests -, requests-mock -, setuptools -, shapely -, tenacity +{ + lib, + buildPythonPackage, + dateparser, + defusedxml, + fetchFromGitHub, + importlib-metadata, + numpy, + pytestCheckHook, + python-dateutil, + pythonOlder, + pytz, + remotezip, + requests, + requests-mock, + setuptools, + shapely, + tenacity, }: buildPythonPackage rec { @@ -31,9 +32,7 @@ buildPythonPackage rec { hash = "sha256-CD9Up4h23dplTt51zif+4ZdW0qczRUz2hCOwUOOlS24="; }; - build-system = [ - setuptools - ]; + build-system = [ setuptools ]; dependencies = [ dateparser @@ -53,9 +52,7 @@ buildPythonPackage rec { tenacity ]; - pythonImportsCheck = [ - "asf_search" - ]; + pythonImportsCheck = [ "asf_search" ]; meta = with lib; { description = "Python wrapper for the ASF SearchAPI";