offat: relax tenacity constraint

This commit is contained in:
Martin Weinelt 2024-10-26 02:23:56 +02:00
parent 8ec577c8e9
commit ef5574cd3a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -18,7 +18,10 @@ python3.pkgs.buildPythonApplication rec {
sourceRoot = "${src.name}/src";
pythonRelaxDeps = [ "setuptools" ];
pythonRelaxDeps = [
"setuptools"
"tenacity"
];
build-system = with python3.pkgs; [ poetry-core ];