Loading pkgs/development/python-modules/asf-search/default.nix +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 { Loading @@ -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 = [ Loading Loading
pkgs/development/python-modules/asf-search/default.nix +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 { Loading @@ -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 = [ Loading