Unverified Commit 7b029846 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #281455 from dotlambda/trueseeing-fix

trueseeing: fix build
parents 4e1582c0 b6f07247
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -15,22 +15,20 @@ python3.pkgs.buildPythonApplication rec {
    hash = "sha256-g5OqdnPtGGV4wBwPRAjH3lweguwlfVcgpNLlq54OHKA=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace "attrs~=21.4" "attrs>=21.4"
  '';

  nativeBuildInputs = with python3.pkgs; [
    flit-core
    pythonRelaxDepsHook
  ];

  pythonRelaxDeps = true;

  propagatedBuildInputs = with python3.pkgs; [
    attrs
    ipython
    jinja2
    lxml
    pypubsub
    pyyaml
    termcolor
  ];

  # Project has no tests