Merge pull request #268967 from fabaff/asf-search-fix

python311Packages.asf-search: add tenacity

Changed files
+16 -17
pkgs
development
python-modules
asf-search
+16 -17
pkgs/development/python-modules/asf-search/default.nix
···
{ lib
, buildPythonPackage
+
, dateparser
+
, defusedxml
, fetchFromGitHub
-
, pythonOlder
-
, requests
-
, shapely
+
, importlib-metadata
+
, numpy
+
, pytestCheckHook
, python-dateutil
+
, pythonOlder
, pytz
-
, importlib-metadata
-
, numpy
-
, dateparser
, remotezip
-
, pytestCheckHook
+
, requests
, requests-mock
-
, defusedxml
+
, shapely
+
, tenacity
}:
buildPythonPackage rec {
···
};
propagatedBuildInputs = [
-
requests
-
shapely
-
python-dateutil
-
pytz
+
dateparser
importlib-metadata
numpy
-
dateparser
+
python-dateutil
+
pytz
remotezip
+
requests
+
shapely
];
nativeCheckInputs = [
+
defusedxml
pytestCheckHook
-
];
-
-
checkInputs = [
requests-mock
-
defusedxml
+
tenacity
];
pythonImportsCheck = [