Commit 56bea10b authored by Fabian Affolter's avatar Fabian Affolter
Browse files

offat: relax setuptools

parent 716ed9fa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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; [