python311Packages.asf-search: add tenacity
This commit is contained in:
parent
d08965eda2
commit
e459cf2c32
1 changed files with 17 additions and 18 deletions
|
@ -1,18 +1,19 @@
|
||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
|
, dateparser
|
||||||
|
, defusedxml
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pythonOlder
|
|
||||||
, requests
|
|
||||||
, shapely
|
|
||||||
, python-dateutil
|
|
||||||
, pytz
|
|
||||||
, importlib-metadata
|
, importlib-metadata
|
||||||
, numpy
|
, numpy
|
||||||
, dateparser
|
|
||||||
, remotezip
|
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
|
, python-dateutil
|
||||||
|
, pythonOlder
|
||||||
|
, pytz
|
||||||
|
, remotezip
|
||||||
|
, requests
|
||||||
, requests-mock
|
, requests-mock
|
||||||
, defusedxml
|
, shapely
|
||||||
|
, tenacity
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -30,23 +31,21 @@ buildPythonPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
requests
|
dateparser
|
||||||
shapely
|
|
||||||
python-dateutil
|
|
||||||
pytz
|
|
||||||
importlib-metadata
|
importlib-metadata
|
||||||
numpy
|
numpy
|
||||||
dateparser
|
python-dateutil
|
||||||
|
pytz
|
||||||
remotezip
|
remotezip
|
||||||
|
requests
|
||||||
|
shapely
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
pytestCheckHook
|
|
||||||
];
|
|
||||||
|
|
||||||
checkInputs = [
|
|
||||||
requests-mock
|
|
||||||
defusedxml
|
defusedxml
|
||||||
|
pytestCheckHook
|
||||||
|
requests-mock
|
||||||
|
tenacity
|
||||||
];
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
|
Loading…
Reference in a new issue