offat: relax setuptools

This commit is contained in:
Fabian Affolter 2024-09-06 10:28:21 +02:00
parent 716ed9fa78
commit 56bea10b79

View File

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