Commit e459cf2c authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.asf-search: add tenacity

parent d08965ed
Loading
Loading
Loading
Loading
+16 −17
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, dateparser
, defusedxml
, fetchFromGitHub
, pythonOlder
, requests
, shapely
, python-dateutil
, pytz
, importlib-metadata
, numpy
, dateparser
, remotezip
, pytestCheckHook
, python-dateutil
, pythonOlder
, pytz
, remotezip
, requests
, requests-mock
, defusedxml
, shapely
, tenacity
}:

buildPythonPackage rec {
@@ -30,23 +31,21 @@ 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 = [