Unverified Commit 584ecb29 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #291115 from LeSuisse/pyload-ng-flask-session2

pyload-ng: drop removal of `Flask-Session2` in the `setup.cfg`
parents f13709a0 d7ac7311
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@ python3.pkgs.buildPythonApplication rec {
  postPatch = ''
    # relax version bounds
    sed -i 's/\([A-z0-9]*\)~=.*$/\1/' setup.cfg
    # not sure what Flask-Session2 is but flask-session works just fine
    sed -i '/Flask-Session2/d' setup.cfg
  '';

  propagatedBuildInputs = with python3.pkgs; [