Unverified Commit c3017895 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

luigi: relax tenacity constraint

parent ef5574cd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,8 @@ python3.pkgs.buildPythonApplication rec {

  build-system = [ python3.pkgs.setuptools ];

  pythonRelaxDeps = [ "tenacity" ];

  dependencies = with python3.pkgs; [ python-dateutil tornado python-daemon tenacity ];

  pythonImportsCheck = [ "luigi" ];