Unverified Commit b5a49606 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

offat: relax setuptools (#340026)

parents 2fe6f88e 56bea10b
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; [